Skip to content

Commit 9d92da7

Browse files
committed
fix formatting
1 parent d19692b commit 9d92da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sonic-py-common/sonic_py_common/multi_asic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def get_external_ports(port_names, namespace=None):
259259
for port in port_names:
260260
if port in ports_config:
261261
if (PORT_ROLE not in ports_config[port] or
262-
ports_config[port][PORT_ROLE] == EXTERNAL_PORT):
262+
ports_config[port][PORT_ROLE] == EXTERNAL_PORT):
263263
external_ports.add(port)
264264
return external_ports
265265

0 commit comments

Comments
 (0)