Skip to content

Commit ec126c3

Browse files
committed
remove new line
1 parent 7ad9aa0 commit ec126c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: app/database/models.py

-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ class Feature(Base):
124124
users = relationship("User", secondary=UserFeature.__tablename__)
125125

126126

127-
128127
class Event(Base):
129128
__tablename__ = "events"
130129

0 commit comments

Comments
 (0)