fix: resolve CI issues - remove unused imports and fix code quality
This commit is contained in:
3
repohealth-cli/src/repohealth/cli/__init__.py
Normal file
3
repohealth-cli/src/repohealth/cli/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
from repohealth.cli.cli import analyze, main, report
|
||||||
|
|
||||||
|
__all__ = ["main", "analyze", "report"]
|
||||||
Reference in New Issue
Block a user