mirror of https://github.com/python/cpython.git
netrc: Remove unused "import shlex" (#93311)
This commit is contained in:
parent
1713ff09d6
commit
3284f86b51
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Module and documentation by Eric S. Raymond, 21 Dec 1998
|
# Module and documentation by Eric S. Raymond, 21 Dec 1998
|
||||||
|
|
||||||
import os, shlex, stat
|
import os, stat
|
||||||
|
|
||||||
__all__ = ["netrc", "NetrcParseError"]
|
__all__ = ["netrc", "NetrcParseError"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue