Skip to content

Commit

Permalink
Remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
gbtami committed Dec 22, 2024
1 parent a0e4944 commit 8bc61b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def remove_from_auto_pairings(self):
self.ready_for_auto_pairing = False

def delete_pending_auto_pairing(self):
async def delete_auto_pairing(seek):
async def delete_auto_pairing():
await asyncio.sleep(PENDING_SEEK_TIMEOUT)

if not self.ready_for_auto_pairing:
Expand Down

0 comments on commit 8bc61b2

Please sign in to comment.