]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: remove unused import from tests
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 1 Jun 2023 15:15:48 +0000 (11:15 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 15 Jun 2023 20:35:34 +0000 (16:35 -0400)
This import breaks running tox with `-e py36` and adds no value. Just
remove it.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/tests/fixtures.py

index 879053f4860bd20b647aa7e659523a201d5139eb..76ac0b44cf98740dffc4a1d9ba352b0f51ce5958 100644 (file)
@@ -1,4 +1,3 @@
-from importlib.resources import contents
 import mock
 import os
 import pytest