From 9ee1319abafe1538103204154845557dddb28178 Mon Sep 17 00:00:00 2001 From: shivamurali Date: Fri, 30 Sep 2022 14:59:38 -0400 Subject: [PATCH] removed "used-before-assignment" line --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e87d237170aa..62aa156756966 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,6 @@ disable = [ "unsubscriptable-object", "unsupported-assignment-operation", "unsupported-membership-test", - "used-before-assignment", ] [tool.pytest.ini_options]