Skip to content

Commit 18dbdc8

Browse files
authored
fix mypy errors
1 parent 460696d commit 18dbdc8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,7 @@ module = [
112112
"IPython.display.*",
113113
# ipywidgets is an optional dependency
114114
"ipywidgets.*",
115-
# matplotlib typing is not available for Python 3.8
116-
# remove this when we stop supporting Python 3.8
117-
"matplotlib.*",
115+
"pi_heif.*",
118116
"requests_toolbelt.*",
119117
"torch.*",
120118
"ultralytics.*",

0 commit comments

Comments
 (0)