Skip to content

Commit

Permalink
Remove unused import (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanor authored Oct 1, 2021
1 parent 4a22f61 commit 9f9271b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipx/commands/reinstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
EXIT_CODE_REINSTALL_VENV_NONEXISTENT,
ExitCode,
)
from pipx.emojis import error, hazard, sleep
from pipx.emojis import error, sleep
from pipx.util import PipxError
from pipx.venv import Venv, VenvContainer

Expand Down

0 comments on commit 9f9271b

Please sign in to comment.