Skip to content

Commit 0aca102

Browse files
committed
fix importing
Signed-off-by: vaibhav-dahiya <[email protected]>
1 parent 2006ead commit 0aca102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

show/muxcable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def get_per_port_firmware(port):
110110
namespaces = multi_asic.get_front_end_namespaces()
111111
for namespace in namespaces:
112112
asic_id = multi_asic.get_asic_index_from_namespace(namespace)
113-
state_db[asic_id] = SonicV2Connector(use_unix_socket_path=False, namespace=namespace)
113+
state_db[asic_id] = swsscommon.SonicV2Connector(use_unix_socket_path=False, namespace=namespace)
114114
state_db[asic_id].connect(state_db[asic_id].STATE_DB)
115115

116116
if platform_sfputil is not None:

0 commit comments

Comments
 (0)