damn son, that's a circular dependency
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-10-14 20:43:36 +02:00
parent 66799cd380
commit e833d78891
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python3
from app import app
from flask import current_app as app
import config
from db import db
from schemas import DeviceSchema, SensorSchema