mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: Update pylint to 2.17.4 (#24700)
Co-authored-by: John Bodley <john.bodley@gmail.com>
This commit is contained in:
@@ -80,11 +80,13 @@ class UIManifestProcessor:
|
||||
loaded_chunks.add(f)
|
||||
return filtered_files
|
||||
|
||||
return dict(
|
||||
js_manifest=lambda bundle: get_files(bundle, "js"),
|
||||
css_manifest=lambda bundle: get_files(bundle, "css"),
|
||||
assets_prefix=self.app.config["STATIC_ASSETS_PREFIX"] if self.app else "",
|
||||
)
|
||||
return {
|
||||
"js_manifest": lambda bundle: get_files(bundle, "js"),
|
||||
"css_manifest": lambda bundle: get_files(bundle, "css"),
|
||||
"assets_prefix": self.app.config["STATIC_ASSETS_PREFIX"]
|
||||
if self.app
|
||||
else "",
|
||||
}
|
||||
|
||||
def parse_manifest_json(self) -> None:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user