From a0a1835ff6552820c5859fc79b8a0a3dbc522a31 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 10 Sep 2015 22:40:27 +0200 Subject: Remove unneeded import --- server/hints.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/hints.py b/server/hints.py index c70c596..872827f 100644 --- a/server/hints.py +++ b/server/hints.py @@ -1,7 +1,5 @@ # coding=utf-8 -import server.user_session - # Hint.instantiate takes a hint object (dictionary) to be sent to the client # and sets additional fields based on previously sent hints. -- cgit v1.2.1