Skip to content

Commit

Permalink
Move back the import to orginal place
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft committed Nov 6, 2020
1 parent 26991ed commit 3fc4154
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/fdbclear
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import argparse
import json
import sys

from swsscommon.swsscommon import SonicV2Connector

class FdbClear(object):

Expand All @@ -31,8 +32,6 @@ class FdbClear(object):
self.db.publish('APPL_DB','FLUSHFDBREQUEST', msg)
return

from swsscommon.swsscommon import SonicV2Connector

def main():

parser = argparse.ArgumentParser(description='Clear FDB entries', formatter_class=argparse.RawTextHelpFormatter)
Expand Down

0 comments on commit 3fc4154

Please sign in to comment.