Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hsahovic committed Jan 15, 2024
1 parent b8bc7ee commit 5916e5c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/poke_env/player/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,6 @@ async def accept_challenges(
if packed_team is None:
packed_team = self.next_team

import logging

await handle_threaded_coroutines(
self._accept_challenges(opponent, n_challenges, packed_team)
)
Expand All @@ -434,8 +432,6 @@ async def _accept_challenges(
n_challenges: int,
packed_team: Optional[str],
):
import logging

if opponent:
if isinstance(opponent, list):
opponent = [to_id_str(o) for o in opponent]
Expand Down

0 comments on commit 5916e5c

Please sign in to comment.