🚨 fix some linter warnings
Some checks failed
Python formatting PEP8 / Python-PEP8 (push) Failing after 13s

This commit is contained in:
Finn Christiansen 2023-08-11 22:47:08 +02:00
parent 44b73ab89d
commit a689b1c56d
4 changed files with 28 additions and 38 deletions

View file

@ -1,4 +1,4 @@
from sqlalchemy import Boolean, Column, Integer, String
from sqlalchemy import Column, Integer, String
from database import Base