Skip to content

Commit 445cc61

Browse files
committed
no-cov on ImpossibleError
1 parent bc32c3c commit 445cc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paths_cli/wizard/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def not_installed(wizard, package, obj_type):
3636
if retry == 'q':
3737
# TODO: maybe raise QuitWizard instead?
3838
exit()
39-
raise ImpossibleError()
39+
raise ImpossibleError() # -no-cov-
4040

4141

4242
FILE_LOADING_ERROR_MSG = ("Sorry, something went wrong when loading that "

0 commit comments

Comments
 (0)