diff options
-rw-r--r-- | server/hints.py | 2 |
1 files changed, 0 insertions, 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. |