diff --git a/pyproject.toml b/pyproject.toml
index 600fb36d1b8bab9ecfb910bde3f18f76cae90a51..73732903f1c5db13758fb4d1bc5913c68842449c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,6 +3,6 @@ line-length = 79
 target-version = ['py36']
 preview = true
 [tool.pylint.main]
-disable = ["invalid-name", "logging-fstring-interpolation", "unused-argument"]
+disable = ["invalid-name", "import-error", "logging-fstring-interpolation", "unused-argument"]
 [tool.pylint.format]
 max-line-length = 79