mirror of
https://github.com/apache/superset.git
synced 2026-06-02 06:09:21 +00:00
chore: Update pylint to 2.17.4 (#24700)
Co-authored-by: John Bodley <john.bodley@gmail.com>
This commit is contained in:
@@ -299,14 +299,13 @@ class Query(
|
||||
def default_endpoint(self) -> str:
|
||||
return ""
|
||||
|
||||
@staticmethod
|
||||
def get_extra_cache_keys(query_obj: dict[str, Any]) -> list[Hashable]:
|
||||
def get_extra_cache_keys(self, query_obj: dict[str, Any]) -> list[Hashable]:
|
||||
return []
|
||||
|
||||
@property
|
||||
def tracking_url(self) -> Optional[str]:
|
||||
"""
|
||||
Transfrom tracking url at run time because the exact URL may depends
|
||||
Transform tracking url at run time because the exact URL may depend
|
||||
on query properties such as execution and finish time.
|
||||
"""
|
||||
transform = current_app.config.get("TRACKING_URL_TRANSFORMER")
|
||||
|
||||
Reference in New Issue
Block a user