mirror of
https://github.com/apache/superset.git
synced 2026-04-22 17:45:21 +00:00
chore(pylint): Enable useless-suppression check (#16388)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
@@ -65,9 +65,7 @@ class UIManifestProcessor:
|
||||
self.parse_manifest_json()
|
||||
|
||||
@app.context_processor
|
||||
def get_manifest() -> Dict[ # pylint: disable=unused-variable
|
||||
str, Callable[[str], List[str]]
|
||||
]:
|
||||
def get_manifest() -> Dict[str, Callable[[str], List[str]]]:
|
||||
loaded_chunks = set()
|
||||
|
||||
def get_files(bundle: str, asset_type: str = "js") -> List[str]:
|
||||
|
||||
Reference in New Issue
Block a user