mirror of
https://github.com/apache/superset.git
synced 2026-04-13 05:07:53 +00:00
chore: move some rules from ruff -> pylint (#34292)
This commit is contained in:
committed by
GitHub
parent
efa8cb6fa4
commit
3f8472ca7b
@@ -16,7 +16,7 @@
|
||||
# under the License.
|
||||
# pylint: disable=import-outside-toplevel, invalid-name, unused-argument, too-many-locals
|
||||
|
||||
import json
|
||||
import json # noqa: TID251
|
||||
from unittest import mock
|
||||
from uuid import UUID
|
||||
|
||||
|
||||
Reference in New Issue
Block a user