Skip to content

Commit 7edd96f

Browse files
committed
fix: 🐛 allow missing imports for mypy
1 parent 0acac11 commit 7edd96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mypy.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[mypy]
2-
ignore_missing_imports = False
2+
ignore_missing_imports = True

0 commit comments

Comments
 (0)