Skip to content

Commit 9492eab

Browse files
authored
Use swsscommon instead of swsssdk (sonic-net#1510)
#### What I did Changed code to use use swsscommon instead of swsssdk in counterpoll #### How I did it Removed an explicit function call from sdsssdk module #### How to verify it run counterpoll tests
1 parent 0f4988b commit 9492eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

counterpoll/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def disable():
129129
@click.pass_context
130130
def pg_drop(ctx):
131131
""" Ingress PG drop counter commands """
132-
ctx.obj = swsssdk.ConfigDBConnector()
132+
ctx.obj = ConfigDBConnector()
133133
ctx.obj.connect()
134134

135135
@pg_drop.command()

0 commit comments

Comments
 (0)