commit | 3284f86b51e74dc7f3c5110330cde60734fa49d0 | [log] [tgz] |
---|---|---|
author | Ulises Ojeda <ulises.odysseus22@gmail.com> | Sat Jun 04 05:14:58 2022 +0200 |
committer | GitHub <noreply@github.com> | Fri Jun 03 20:14:58 2022 -0700 |
tree | e9c6fe4e7c9fc372e8243b0672d8a98cd8bb15a3 | |
parent | 1713ff09d6772a3225c21471e8d845d6f1382b0f [diff] |
netrc: Remove unused "import shlex" (#93311)
diff --git a/Lib/netrc.py b/Lib/netrc.py index c1358aa..b285fd8 100644 --- a/Lib/netrc.py +++ b/Lib/netrc.py
@@ -2,7 +2,7 @@ # Module and documentation by Eric S. Raymond, 21 Dec 1998 -import os, shlex, stat +import os, stat __all__ = ["netrc", "NetrcParseError"]