Skip to content

Commit a8dc5b5

Browse files
committed
Remove non-existent override
The `async_solipsism` library provides only one module, so we always get a warning about the wildcard submodules being ignored. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 4249dd2 commit a8dc5b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ strict = true
187187
[[tool.mypy.overrides]]
188188
module = [
189189
"async_solipsism",
190-
"async_solipsism.*",
191190
"mkdocs_macros.*",
192191
# The available stubs packages are outdated or incomplete (WIP/experimental):
193192
# https://github.com/frequenz-floss/frequenz-sdk-python/issues/430

0 commit comments

Comments
 (0)