Skip to content

Commit 758a0bc

Browse files
authored
Merge pull request ceph#56172 from guits/tracker_64898
ceph-volume: add missing import
2 parents 8c4a468 + 1abd3e6 commit 758a0bc

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)