aboutsummaryrefslogtreecommitdiffstats
path: root/python/dotsandboxes/dotsandboxesagent.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/dotsandboxes/dotsandboxesagent.py')
-rw-r--r--python/dotsandboxes/dotsandboxesagent.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/dotsandboxes/dotsandboxesagent.py b/python/dotsandboxes/dotsandboxesagent.py
index c8bc05e..9fe6cb8 100644
--- a/python/dotsandboxes/dotsandboxesagent.py
+++ b/python/dotsandboxes/dotsandboxesagent.py
@@ -15,8 +15,6 @@ import asyncio
import websockets
import json
from collections import defaultdict
-import random
-
logger = logging.getLogger(__name__)
games = {}