Skip to content

Commit b70ddb2

Browse files
stephenxspphuchar
authored andcommitted
[sfputil]fix an syntax error (sonic-net#4141)
1 parent e9d6d7e commit b70ddb2

File tree

1 file changed

+1
-1
lines changed
  • device/mellanox/x86_64-mlnx_msn2700-r0/plugins

1 file changed

+1
-1
lines changed

device/mellanox/x86_64-mlnx_msn2700-r0/plugins/sfputil.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def get_transceiver_change_event(self, timeout=0):
190190
from swsscommon import swsscommon
191191
self.state_db = swsscommon.DBConnector("STATE_DB",
192192
REDIS_TIMEOUT_USECS,
193-
True))
193+
True)
194194

195195
# Subscribe to state table for SFP change notifications
196196
self.db_sel = swsscommon.Select()

0 commit comments

Comments
 (0)