Skip to content

Commit

Permalink
AutoGPT: Prevent the linter from breaking check_requirements.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Sep 27, 2023
1 parent 0847505 commit 5496a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpts/autogpt/scripts/check_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from importlib.metadata import version

try:
import poetry.factory
import poetry.factory # noqa
except ModuleNotFoundError:
os.system(f"{sys.executable} -m pip install 'poetry>=1.6.1,<2.0.0'")

Expand Down

0 comments on commit 5496a82

Please sign in to comment.