fix linting issues from #79 #79

Open
srsh wants to merge 8 commits from upgrade into main
Showing only changes of commit a99dbe5016 - Show all commits

View File

@ -8,8 +8,7 @@ import unittest
from app import app, db, migrate
from ki.actions import seed
from ki.models import Skill
# from sqlalchemy import select
from sqlalchemy import select
class ApiTest(unittest.TestCase):