Skip to content

Commit 9f9271b

Browse files
authored
Remove unused import (#747)
1 parent 4a22f61 commit 9f9271b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pipx/commands/reinstall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
EXIT_CODE_REINSTALL_VENV_NONEXISTENT,
1515
ExitCode,
1616
)
17-
from pipx.emojis import error, hazard, sleep
17+
from pipx.emojis import error, sleep
1818
from pipx.util import PipxError
1919
from pipx.venv import Venv, VenvContainer
2020

0 commit comments

Comments
 (0)