Skip to content

Commit

Permalink
Add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Gorton committed May 10, 2023
1 parent 1564d56 commit 0844f9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions puterbot/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ class WindowEvent(Base):
width = sa.Column(sa.Integer)
height = sa.Column(sa.Integer)


class PerformanceStat(Base):
__tablename__ = "performance_stat"
id = sa.Column(sa.Integer, primary_key=True)
Expand Down

0 comments on commit 0844f9c

Please sign in to comment.