Skip to content

Commit

Permalink
netrc: Remove unused "import shlex" (#93311)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulisesojeda committed Jun 4, 2022
1 parent 1713ff0 commit 3284f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/netrc.py
Expand Up @@ -2,7 +2,7 @@

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

import os, shlex, stat
import os, stat

__all__ = ["netrc", "NetrcParseError"]

Expand Down

0 comments on commit 3284f86

Please sign in to comment.