Skip to content
Snippets Groups Projects
Commit 5b052ac6 authored by robban64's avatar robban64
Browse files

fix: populate.py wrong import

parent 0e8acebf
No related branches found
No related tags found
No related merge requests found
Pipeline #40036 failed
from sqlalchemy.sql.expression import true
import app.core.controller as dbc
import app.database.controller as dbc
from app import create_app, db
from app.core.models import City, Competition, MediaType, QuestionType, Role
from app.database.models import City, Competition, MediaType, QuestionType, Role
def _add_items():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment