From b5e10cb3a2411a777246b8330cc0fb6a0b8c67e2 Mon Sep 17 00:00:00 2001 From: Gene Hoffman Date: Mon, 6 Jul 2020 09:13:27 -0700 Subject: [PATCH] Ignore import-error --- .github/linters/.python-lint | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/linters/.python-lint b/.github/linters/.python-lint index 23431c49..d31cc9f8 100644 --- a/.github/linters/.python-lint +++ b/.github/linters/.python-lint @@ -127,7 +127,8 @@ disable=print-statement, next-method-defined, dict-items-not-iterating, dict-keys-not-iterating, - dict-values-not-iterating + dict-values-not-iterating, + import-error # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option