mirror of
https://gitlab.aachen.ccc.de/inventory/in.git
synced 2025-06-09 05:25:09 +02:00
autoformat by black+isort
This commit is contained in:
parent
5643dbe030
commit
eba9b410c6
3 changed files with 23 additions and 11 deletions
|
@ -1,7 +1,8 @@
|
|||
from sqlalchemy import Column, ForeignKey, String, Text, Boolean
|
||||
from sqlalchemy import Boolean, Column, ForeignKey, String, Text
|
||||
|
||||
from database import Base
|
||||
|
||||
|
||||
class Item(Base):
|
||||
__tablename__ = "items"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue