From 71b15203be4d9af7ab65647eacca1480ad8a2771 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 5 Apr 2025 09:04:08 -0400 Subject: [PATCH] mypy: Ignore missing type stubs for systemd.* Signed-off-by: James Valleroy --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index af8b4ae9e..9c3799743 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -178,5 +178,6 @@ module = [ "selenium.*", "splinter.*", "stronghold.*", + "systemd.*", ] ignore_missing_imports = true