Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Sep 19, 2024
1 parent f4988ab commit b887d1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions worldtimezone/extensions/world_clock_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ def get_member(self, guild_id, user_id) -> Optional[DBMember]:
DBMember.select()
.join(DBGuild)
.where(
(DBMember.discord_id == user_id)
& (DBGuild.discord_id == guild_id)
(DBMember.discord_id == user_id) & (DBGuild.discord_id == guild_id)
)
.get()
)
Expand Down

0 comments on commit b887d1d

Please sign in to comment.