Skip to content

Commit 0832f7f

Browse files
committed
pyproject: Remove mention of requests
Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent f57146b commit 0832f7f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pyproject.toml

-6
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,6 @@ disallow_untyped_calls = "True"
132132
show_error_codes = "True"
133133
disable_error_code = ["attr-defined"]
134134

135-
[[tool.mypy.overrides]]
136-
module = [
137-
"requests.*",
138-
]
139-
ignore_missing_imports = "True"
140-
141135
[tool.coverage.report]
142136
exclude_also = [
143137
# abstract class method definition

0 commit comments

Comments
 (0)