netrc: Remove unused "import shlex" (#93311)

This commit is contained in:
Ulises Ojeda 2022-06-04 05:14:58 +02:00 committed by GitHub
parent 1713ff09d6
commit 3284f86b51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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"]