Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
avara1986 committed Dec 1, 2019
1 parent cfa1104 commit 4395133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyms/flask/services/tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from pyms.constants import LOGGER_NAME
from pyms.flask.services.driver import DriverService
from pyms.utils.utils import check_package_exists, import_package, import_from
from pyms.utils import check_package_exists, import_package, import_from
from pyms.config.conf import get_conf

logger = logging.getLogger(LOGGER_NAME)
Expand Down

0 comments on commit 4395133

Please sign in to comment.