From 8aaacfc83c03fdb1a2e285fe74bb829737cc4302 Mon Sep 17 00:00:00 2001 From: Bram van den Heuvel Date: Sat, 20 Jun 2026 14:59:58 +0200 Subject: [PATCH] Remove unnecessary imports from client.py --- client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client.py b/client.py index e5d131e..70e18ef 100644 --- a/client.py +++ b/client.py @@ -24,8 +24,7 @@ import json import pyclient from pyclient import Agent, PyClient -from pyclient.games.tic_tac_toe import TicTacToe -from typing import Any +from pyclient.games import TicTacToe def main() -> int: """