Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit a630a0a

Browse files
author
David Robertson
committed
Revert "signedjson has type hints"
It does---but its dependencies don't (I think?) This reverts commit 5478f0a.
1 parent 3bb0140 commit a630a0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mypy.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,9 @@ ignore_missing_imports = True
321321
[mypy-service_identity.*]
322322
ignore_missing_imports = True
323323

324+
[mypy-signedjson.*]
325+
ignore_missing_imports = True
326+
324327
[mypy-treq.*]
325328
ignore_missing_imports = True
326329

0 commit comments

Comments
 (0)