mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
netrc: Remove unused "import shlex" (#93311)
This commit is contained in:
parent
1713ff09d6
commit
3284f86b51
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Module and documentation by Eric S. Raymond, 21 Dec 1998
|
||||
|
||||
import os, shlex, stat
|
||||
import os, stat
|
||||
|
||||
__all__ = ["netrc", "NetrcParseError"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue