Make inner package imports relative

This commit is contained in:
Patrick Jentsch
2020-03-27 12:06:11 +01:00
parent 3bbe45d015
commit 4294c2854b
29 changed files with 37 additions and 149 deletions

View File

@ -1,7 +1,5 @@
import re
import unittest
from app import create_app, db
from app.models import User, Role
class FlaskClientTestCase(unittest.TestCase):