Skip to content

Commit 8e7b6f2

Browse files
committed
chore: add ijson as a dev dependency
1 parent 1552f15 commit 8e7b6f2

File tree

3 files changed

+192
-114
lines changed

3 files changed

+192
-114
lines changed

mypy.ini

+3
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ ignore_missing_imports = True
4646

4747
[mypy-snappy]
4848
ignore_missing_imports = True
49+
50+
[mypy-ijson]
51+
ignore_missing_imports = True

0 commit comments

Comments
 (0)