Skip to content

Commit 1986cfc

Browse files
authored
Remove unnecessary blank line in db.py
1 parent ac75905 commit 1986cfc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

github/db.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ async def put_avatar(
177177
fetched_at,
178178
)
179179

180-
181180
async def get_webhook_by_id(self, id: uuid.UUID) -> WebhookInfo | None:
182181
row = await self.db.fetchrow(
183182
"SELECT id, repo, user_id, room_id, github_id, secret FROM webhook WHERE id = $1",

0 commit comments

Comments
 (0)