From 0172b49671540f9e3a6482ca013eb6ca01594bb2 Mon Sep 17 00:00:00 2001 From: Andrew Uzzell Date: Wed, 9 Nov 2022 14:04:14 -0500 Subject: [PATCH] Enable Pylint statement import-self --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ba6d4d4068c6..71b1f44dbff6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -140,7 +140,6 @@ disable = [ "fixme", "global-statement", "global-variable-not-assigned", - "import-self", "invalid-envvar-default", "invalid-overridden-method", "keyword-arg-before-vararg",