From 9ef0293f744eb35e4e411b5d4675db35e85699ea Mon Sep 17 00:00:00 2001 From: huchenlei Date: Sun, 8 Dec 2024 20:50:20 -0500 Subject: [PATCH] Lint unused import --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index a5da56e57..27f932432 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,3 +1,3 @@ [MESSAGES CONTROL] disable=all -enable=eval-used +enable=eval-used unused-import