Skip to content

Commit 9f45679

Browse files
committed
Fix imports
1 parent 1a2c767 commit 9f45679

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

project/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
from pyms.flask.app import Microservice
2-
from project.config import CONFIG
3-
from project.models.init_db import db
4-
from pyms.flask.app import Microservice
52

3+
from project.config import CONFIG
64
from project.config import CONFIG
75
from project.models.init_db import db
86

0 commit comments

Comments
 (0)