Skip to content

Commit f05ad97

Browse files
committed
Address review comments
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 1f243cb commit f05ad97

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/python_inspector/resolution.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,5 +660,6 @@ def get_resolved_dependencies(
660660
return results
661661
except Exception as e:
662662
if debug:
663+
import click
663664
click.secho(f"{e!r}", err=True)
664665
return None

0 commit comments

Comments
 (0)