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:
@@ -21,7 +21,6 @@ from unittest import mock
|
||||
from werkzeug.wrappers import Request, Response
|
||||
|
||||
try:
|
||||
# pylint: disable=import-error,import-outside-toplevel
|
||||
from pyinstrument import Profiler
|
||||
except ModuleNotFoundError:
|
||||
Profiler = None
|
||||
|
||||
Reference in New Issue
Block a user