Skip to content

Commit

Permalink
use inequality instead
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-held committed Feb 17, 2021
1 parent 5b0d83a commit 99da0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"flake8-import-order",
"flake8-print",
"mypy",
"typeguard<=2.10.0",
"typeguard<2.11", # NamedTuple compatibility in Python 3.7
"black==20.8b1",
]
)
Expand Down

0 comments on commit 99da0b2

Please sign in to comment.