diff --git a/pyproject.toml b/pyproject.toml
index 0847153..9071380 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -53,7 +53,6 @@ strict = true
 
 [[tool.mypy.overrides]]
 module = [
-       "pythonjsonlogger",
        "systemd",
 ]
-ignore_missing_imports = true
+ignore_missing_imports = true
\ No newline at end of file