diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-01-06 12:36:51 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-01-06 12:36:51 +0100 |
commit | d4fdb8ce1a14f5633dfff21ed2333379615a1e1a (patch) | |
tree | 4f7cd3456867540d08c0f35c236a33f38f3bdf3d /db | |
parent | e921d25bee9bd0d2670412a5dd8e8cb5bc4c779f (diff) |
Remove unused imports
Diffstat (limited to 'db')
-rw-r--r-- | db/models.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/db/models.py b/db/models.py index eaf67d7..9edbec4 100644 --- a/db/models.py +++ b/db/models.py @@ -15,7 +15,6 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. import collections -import json from . import get_connection, return_connection |