Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
Signed-off-by: Bradley Reynolds <bradley.reynolds@darbia.dev>
  • Loading branch information
shenanigansd committed Feb 18, 2023
1 parent eecfeca commit a16b882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/database/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ class RolesPermissions(Base):
permission: Mapped[str]


if __name__ == '__main__':
if __name__ == "__main__":
Base.metadata.create_all(engine)

0 comments on commit a16b882

Please sign in to comment.