mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: enforce more ruff rules (#31447)
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
This commit is contained in:
committed by
GitHub
parent
9da65d6bfd
commit
e51b95ffa8
@@ -47,7 +47,7 @@ def superset() -> None:
|
||||
|
||||
|
||||
# add sub-commands
|
||||
for load, module_name, is_pkg in pkgutil.walk_packages(
|
||||
for load, module_name, is_pkg in pkgutil.walk_packages( # noqa: B007
|
||||
cli.__path__, cli.__name__ + "."
|
||||
):
|
||||
module = importlib.import_module(module_name)
|
||||
|
||||
Reference in New Issue
Block a user