[sfputil]fix an syntax error (#4141)
This commit is contained in:
parent
af4e84298a
commit
bc30442a38
@ -190,7 +190,7 @@ class SfpUtil(SfpUtilBase):
|
|||||||
from swsscommon import swsscommon
|
from swsscommon import swsscommon
|
||||||
self.state_db = swsscommon.DBConnector("STATE_DB",
|
self.state_db = swsscommon.DBConnector("STATE_DB",
|
||||||
REDIS_TIMEOUT_USECS,
|
REDIS_TIMEOUT_USECS,
|
||||||
True))
|
True)
|
||||||
|
|
||||||
# Subscribe to state table for SFP change notifications
|
# Subscribe to state table for SFP change notifications
|
||||||
self.db_sel = swsscommon.Select()
|
self.db_sel = swsscommon.Select()
|
||||||
|
Reference in New Issue
Block a user