]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: don't import entire module needlessly
authorRishabh Dave <ridave@redhat.com>
Sat, 24 Jun 2023 13:46:39 +0000 (19:16 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 13 Mar 2024 13:42:30 +0000 (19:12 +0530)
commit2b3445150bf4596cb467d1842c1dc6068cf73946
tree5046bf2334c0640e7d57f0c6dd0f6c5046aac9ff
parentd6bd66b2d2299d93dad6475222c6d2af3f41fd8c
qa/cephfs: don't import entire module needlessly

Importing entire module ceph_manager.py is pointless since only
ceph_manager.CephManager is required in qa/tasks/cephfs/filesystem.py.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit 437f2c75f5f5a98b45d8fceb3e209b7945cd6e71)
qa/tasks/cephfs/filesystem.py