Skip to content

Commit

Permalink
Use swsscommon instead of swsssdk (#1510)
Browse files Browse the repository at this point in the history
#### 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
  • Loading branch information
ayurkiv-nvda committed May 4, 2021
1 parent 0f4988b commit 9492eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion counterpoll/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def disable():
@click.pass_context
def pg_drop(ctx):
""" Ingress PG drop counter commands """
ctx.obj = swsssdk.ConfigDBConnector()
ctx.obj = ConfigDBConnector()
ctx.obj.connect()

@pg_drop.command()
Expand Down

0 comments on commit 9492eab

Please sign in to comment.