Patch import paths of safety

This commit is contained in:
Oz N Tiram
2022-07-25 20:49:47 +02:00
parent 37db0234df
commit f1fa76e1f9
+1 -1
View File
@@ -1,7 +1,7 @@
"""Allow safety to be executable through `python -m safety`."""
from __future__ import absolute_import
from .cli import cli
from pipenv.patched.safety.cli import cli
if __name__ == "__main__": # pragma: no cover