mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: Update pylint to 2.17.4 (#24700)
Co-authored-by: John Bodley <john.bodley@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ from superset.daos.exceptions import (
|
||||
from superset.extensions import db
|
||||
from superset.utils.core import get_iterable
|
||||
|
||||
T = TypeVar("T", bound=Model) # pylint: disable=invalid-name
|
||||
T = TypeVar("T", bound=Model)
|
||||
|
||||
|
||||
class BaseDAO(Generic[T]):
|
||||
|
||||
Reference in New Issue
Block a user