Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigc committed Aug 6, 2020
1 parent 841e74b commit 20b9a5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/twisted/conch/checkers.py
Expand Up @@ -16,8 +16,6 @@
import pwd
except ImportError:
pwd = None # type: ignore[assignment]
else:
import crypt

try:
import spwd
Expand Down

0 comments on commit 20b9a5a

Please sign in to comment.