diff --git a/Lib/glob.py b/Lib/glob.py index c5f5f69b2d9..36d493d7a80 100644 --- a/Lib/glob.py +++ b/Lib/glob.py @@ -1,6 +1,5 @@ """Filename globbing utility.""" -import sys import os import re import fnmatch