mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore(pylint): Enable useless-suppression check (#16388)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
@@ -108,8 +108,7 @@ class GSheetsEngineSpec(SqliteEngineSpec):
|
||||
encrypted_extra: Optional[ # pylint: disable=unused-argument
|
||||
Dict[str, Any]
|
||||
] = None,
|
||||
) -> str: # pylint: disable=unused-variable
|
||||
|
||||
) -> str:
|
||||
return "gsheets://"
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user