mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
style(mypy): Spit-and-polish pass (#10001)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
@@ -41,7 +41,7 @@ get_related_schema = {
|
||||
}
|
||||
|
||||
|
||||
def statsd_metrics(f: Callable) -> Callable:
|
||||
def statsd_metrics(f: Callable[..., Any]) -> Callable[..., Any]:
|
||||
"""
|
||||
Handle sending all statsd metrics from the REST API
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user