Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronangliss committed Feb 16, 2025
1 parent fe7c244 commit a53a13b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions unit_tests/player/test_env.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import asyncio
import sys
from io import StringIO
from threading import Thread

import numpy as np
import numpy.typing as npt
Expand All @@ -19,7 +18,6 @@
)
from poke_env.player import BattleOrder, ForfeitBattleOrder, Player, PokeEnv, SinglesEnv
from poke_env.player.env import _AsyncQueue, _EnvPlayer
from poke_env.ps_client import PSClient

account_configuration1 = AccountConfiguration("username1", "password1")
account_configuration2 = AccountConfiguration("username2", "password2")
Expand Down

0 comments on commit a53a13b

Please sign in to comment.