diff options
-rw-r--r-- | Lib/test/test_fnmatch.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_fnmatch.py b/Lib/test/test_fnmatch.py index 40c4dfd..9f08926 100644 --- a/Lib/test/test_fnmatch.py +++ b/Lib/test/test_fnmatch.py @@ -1,6 +1,5 @@ """Test cases for the fnmatch module.""" -import re import test_support import unittest |