Skip to content

Commit 58d09dc

Browse files
authored
[consutil] Fix issue where the ConfigDBConnector's reference is missing (sonic-net#1117)
Co-authored-by: Jing Kan<[email protected]>
1 parent 8592d08 commit 58d09dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

consutil/lib.py

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import re
1111
import subprocess
1212
import sys
13+
from swsssdk import ConfigDBConnector
1314
except ImportError as e:
1415
raise ImportError("%s - required module not found" % str(e))
1516

0 commit comments

Comments
 (0)