Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 4, 2023
1 parent ffe0b37 commit a04bd84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bot/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,6 @@ async def list_user_stars(self, limit: int) -> list[Mapping]:
async def list_user_star_highlight_logs(
self, user_id: int, *, limit: int, after: dt.datetime | None
) -> list[Mapping]:

query = star_logs.select().where(
(star_logs.c.to_user_id == user_id)
& (star_logs.c.jump_url != NULL)
Expand Down

0 comments on commit a04bd84

Please sign in to comment.