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:
@@ -194,7 +194,7 @@ class AbstractEventLogger(ABC):
|
||||
)
|
||||
|
||||
@contextmanager
|
||||
def log_context( # pylint: disable=too-many-locals
|
||||
def log_context(
|
||||
self, action: str, object_ref: Optional[str] = None, log_to_statsd: bool = True,
|
||||
) -> Iterator[Callable[..., None]]:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user