Remove unnecessary imports from client.py

bram/mute
Bram van den Heuvel 2026-06-20 14:59:58 +02:00
parent 04e21632ea
commit 8aaacfc83c
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ import json
import pyclient import pyclient
from pyclient import Agent, PyClient from pyclient import Agent, PyClient
from pyclient.games.tic_tac_toe import TicTacToe from pyclient.games import TicTacToe
from typing import Any
def main() -> int: def main() -> int:
""" """