mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore: move some rules from ruff -> pylint (#34292)
This commit is contained in:
committed by
GitHub
parent
efa8cb6fa4
commit
3f8472ca7b
@@ -17,7 +17,7 @@
|
||||
|
||||
# pylint: disable=invalid-name, unused-argument, redefined-outer-name
|
||||
|
||||
import json
|
||||
import json # noqa: TID251
|
||||
|
||||
import pytest
|
||||
from flask_appbuilder.security.sqla.models import Role, User
|
||||
|
||||
Reference in New Issue
Block a user