From 7eecd224111c51b3ebf3761b62588edc768bb5e3 Mon Sep 17 00:00:00 2001 From: "Eric V. Smith" Date: Thu, 10 Mar 2011 08:44:08 -0500 Subject: [PATCH] Remove unused import. --- Lib/glob.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/glob.py b/Lib/glob.py index c5f5f69b2d..36d493d7a8 100644 --- a/Lib/glob.py +++ b/Lib/glob.py @@ -1,6 +1,5 @@ """Filename globbing utility.""" -import sys import os import re import fnmatch -- 2.50.1