]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
netrc: Remove unused "import shlex" (#93311)
authorUlises Ojeda <ulises.odysseus22@gmail.com>
Sat, 4 Jun 2022 03:14:58 +0000 (05:14 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Jun 2022 03:14:58 +0000 (20:14 -0700)
Lib/netrc.py

index c1358aac6ae02fb2cbe7d060fd733be0ab8f5f26..b285fd8e357ddbc3176ffd4c7773c3089d1e5da7 100644 (file)
@@ -2,7 +2,7 @@
 
 # Module and documentation by Eric S. Raymond, 21 Dec 1998
 
-import os, shlex, stat
+import os, stat
 
 __all__ = ["netrc", "NetrcParseError"]