Fix linting errors

Remove unused imports
Disable redundant errors
Add notes for why errors are disabled
This commit is contained in:
2024-08-15 14:41:34 -04:00
committed by Ethan Paul
parent 6837a64121
commit f37463d172
9 changed files with 15 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
# pylint: disable=missing-module-docstring, redefined-outer-name, unused-argument, wrong-import-order, unused-import
# pylint: disable=missing-module-docstring,redefined-outer-name,unused-argument,unused-import,protected-access
import time
from unittest import mock