Skip to content

Commit

Permalink
Lint player.py with new version of black
Browse files Browse the repository at this point in the history
  • Loading branch information
hsahovic committed Jan 15, 2024
1 parent 1a787bc commit a6308a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/poke_env/player/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ async def accept_challenges(
packed_team = self.next_team

import logging

logging.warning("AAAHHH in accept_challenges")
await handle_threaded_coroutines(
self._accept_challenges(opponent, n_challenges, packed_team)
Expand All @@ -435,6 +436,7 @@ async def _accept_challenges(
packed_team: Optional[str],
):
import logging

logging.warning("AAAHHH in _accept_challenges")
if opponent:
if isinstance(opponent, list):
Expand Down

0 comments on commit a6308a6

Please sign in to comment.