Skip to content

Commit 1abd3e6

Browse files
committed
ceph-volume: add missing import
This adds the missing import `List` (from typing). Probably missed by 36c83bf. Fixes: https://tracker.ceph.com/issues/64898 Signed-off-by: Guillaume Abrioux <[email protected]>
1 parent 6185d08 commit 1abd3e6

File tree

1 file changed

+1
-0
lines changed
  • src/ceph-volume/ceph_volume/devices/lvm

1 file changed

+1
-0
lines changed

src/ceph-volume/ceph_volume/devices/lvm/zap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from ceph_volume.util import system, encryption, disk, arg_validators, str_to_int, merge_dict
1111
from ceph_volume.util.device import Device
1212
from ceph_volume.systemd import systemctl
13+
from typing import List
1314

1415
logger = logging.getLogger(__name__)
1516
mlogger = terminal.MultiLogger(__name__)

0 commit comments

Comments
 (0)