Skip to content

Commit

Permalink
changed package name to flake8 to fix pytests pip install (#2109)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Brown <cb@Prophecy.home>
Co-authored-by: Christophe Brown <cb@Prophecy.home>
  • Loading branch information
ChristopheBrown and Christophe Brown committed May 10, 2024
1 parent ad934e5 commit e31d11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"pytest-tornasync",
"mypy",
"black==24.3.0",
"flake==4.0.1",
"flake8==4.0.1",
]

REQUIRES = [
Expand Down

0 comments on commit e31d11f

Please sign in to comment.