mirror of
https://github.com/python/cpython.git
synced 2024-11-27 11:55:13 +08:00
Fix closes issue12432 - remove the unused sys from glob.py
This commit is contained in:
parent
e975af62f2
commit
7079240c4a
@ -1,6 +1,5 @@
|
||||
"""Filename globbing utility."""
|
||||
|
||||
import sys
|
||||
import os
|
||||
import re
|
||||
import fnmatch
|
||||
|
Loading…
Reference in New Issue
Block a user