Skip to content

Commit 54936ae

Browse files
Remove unused data
Signed-off-by: Emanuele Lanuti <[email protected]>
1 parent 9054bac commit 54936ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

suzieq/cli/sqcmds/InventoryCmd.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
@command("inventory", help="Act on inventory data")
1212
@argument("type", description="Filter by type",
13-
# choices=["fan", "power", "xcvr", "supervisor", "port-adapter",
14-
# "linecard", "fabric", "midplane", "mx-cb"]
1513
choices=completitions.inv_type_completer)
1614
@argument("status", description="Filter by status",
1715
choices=['present', 'absent'])

0 commit comments

Comments
 (0)