Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jun 20, 2022
1 parent 98888f4 commit d9c069e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import utilities_common.cli as clicommon
from utilities_common.helper import get_port_pbh_binding, get_port_acl_binding
from utilities_common.general import load_db_config, load_module_from_source
from .validated_config_db_connector import ValidatedConfigDBConnector
from .validated_config_db_connector import *
import utilities_common.multi_asic as multi_asic_util

from .utils import log
Expand Down
1 change: 0 additions & 1 deletion config/validated_config_db_connector.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import jsonpatch

from swsscommon.swsscommon import ConfigDBConnector
from generic_config_updater.generic_updater import GenericUpdater, ConfigFormat

def validate(config_db_connector):
Expand Down

0 comments on commit d9c069e

Please sign in to comment.