diff options
author | Timotej Lazar <timotej.lazar@araneo.org> | 2015-09-10 22:40:27 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@araneo.org> | 2015-09-10 22:40:27 +0200 |
commit | a0a1835ff6552820c5859fc79b8a0a3dbc522a31 (patch) | |
tree | 01764c90fd6999e047dc5941d1f3d149113458b7 | |
parent | 86669872fb166cf4c41fd4b136c48244f726befa (diff) |
Remove unneeded import
-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. |