From c018a726ea7e1edcc370e2694fb2d1067a315442 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sat, 7 Jul 2018 08:46:48 +0200 Subject: [PATCH] added import json to utils - bug fix --- rowers/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/utils.py b/rowers/utils.py index f6dd932e..afe5c628 100644 --- a/rowers/utils.py +++ b/rowers/utils.py @@ -3,7 +3,7 @@ import numpy as np import pandas as pd import colorsys from django.conf import settings - +import json import uuid import datetime