forked from kompetenzinventar/ki-backend
fix linter issues
This commit is contained in:
@ -8,8 +8,7 @@ import unittest
|
|||||||
from app import app, db, migrate
|
from app import app, db, migrate
|
||||||
from ki.actions import seed
|
from ki.actions import seed
|
||||||
from ki.models import Skill
|
from ki.models import Skill
|
||||||
|
from sqlalchemy import select
|
||||||
# from sqlalchemy import select
|
|
||||||
|
|
||||||
|
|
||||||
class ApiTest(unittest.TestCase):
|
class ApiTest(unittest.TestCase):
|
||||||
|
Reference in New Issue
Block a user