Skip to content
Snippets Groups Projects

Resolve "Fix mypy errors in models.py and complete type hints"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -44,7 +44,7 @@ lint:
.PHONY: lint
mypy:
mypy src/linkahead/common unittests
mypy src/linkahead/common unittests --exclude high_level_api.py --exclude connection.py
.PHONY: mypy
unittest:
Loading