We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1713ff0 commit 3284f86Copy full SHA for 3284f86
Lib/netrc.py
@@ -2,7 +2,7 @@
2
3
# Module and documentation by Eric S. Raymond, 21 Dec 1998
4
5
-import os, shlex, stat
+import os, stat
6
7
__all__ = ["netrc", "NetrcParseError"]
8
0 commit comments