mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
mypy: Ignore missing type stubs for systemd.*
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
b90163fa9e
commit
71b15203be
@ -178,5 +178,6 @@ module = [
|
|||||||
"selenium.*",
|
"selenium.*",
|
||||||
"splinter.*",
|
"splinter.*",
|
||||||
"stronghold.*",
|
"stronghold.*",
|
||||||
|
"systemd.*",
|
||||||
]
|
]
|
||||||
ignore_missing_imports = true
|
ignore_missing_imports = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user