Skip to content

Commit 8e556cd

Browse files
committed
fix import bug
1 parent fa1255e commit 8e556cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teufa/v1_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from flask_restful import Api
33
from sqlalchemy import select
44

5+
from .. import db as dbm
56
from ..ext import db
6-
from . import db as dbm
77
from .flights import FlightCollectionResource, FlightResource
88

99
bp = Blueprint("api", __name__, url_prefix="/api")

0 commit comments

Comments
 (0)