There was an error while loading. Please reload this page.
2 parents ceb17e1 + 77ce1c1 commit e628d52Copy full SHA for e628d52
2 files changed
openstackclient/network/v2/port.py
@@ -13,7 +13,7 @@
13
14
"""Port action implementations"""
15
16
-from cliff import command
+from openstackclient.common import command
17
18
19
class DeletePort(command.Command):
openstackclient/network/v2/subnet.py
@@ -13,8 +13,7 @@
"""Subnet action implementations"""
-from cliff import lister
-
from openstackclient.common import utils
20
@@ -31,7 +30,7 @@ def _format_allocation_pools(data):
31
30
}
32
33
34
-class ListSubnet(lister.Lister):
+class ListSubnet(command.Lister):
35
"""List subnets"""
36
37
def get_parser(self, prog_name):
0 commit comments