mypy: Ignore missing type stubs for systemd.*

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2025-04-05 09:04:08 -04:00
parent b90163fa9e
commit 71b15203be
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -178,5 +178,6 @@ module = [
"selenium.*", "selenium.*",
"splinter.*", "splinter.*",
"stronghold.*", "stronghold.*",
"systemd.*",
] ]
ignore_missing_imports = true ignore_missing_imports = true