Skip to content

Commit 3284f86

Browse files
authoredJun 4, 2022
netrc: Remove unused "import shlex" (#93311)
1 parent 1713ff0 commit 3284f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Lib/netrc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Module and documentation by Eric S. Raymond, 21 Dec 1998
44

5-
import os, shlex, stat
5+
import os, stat
66

77
__all__ = ["netrc", "NetrcParseError"]
88

0 commit comments

Comments
 (0)