]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/orch: drop __all__ from __init__.py 39613/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Mon, 22 Feb 2021 12:00:34 +0000 (13:00 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Mon, 22 Feb 2021 13:16:27 +0000 (14:16 +0100)
commitb8dbdb6530ce3ce98df42abc3825e0876cf8388a
treebd257d75c6271b93c9579a5df05bd0ab2510aebb
parentae83ffc7897a0912308001f55876fd51dd56ad40
mgr/orch: drop __all__ from __init__.py

`__all__` is only required if you want to modify the `form .. import *`
behavior. We don't need it.

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
src/pybind/mgr/orchestrator/__init__.py