Skip to content

Commit 0fbf9eb

Browse files
committed
pyproject: Remove mention of requests
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent e1cf2a9 commit 0fbf9eb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pyproject.toml

Lines changed: 0 additions & 6 deletions
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)