From 56907e70558b4da45c790fa2038e5e1400e76f92 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 7 Oct 2020 18:37:23 +0200 Subject: [PATCH] fixed bug --- ereuse_devicehub/resources/action/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ereuse_devicehub/resources/action/views.py b/ereuse_devicehub/resources/action/views.py index 4c83f2a8..27dfce58 100644 --- a/ereuse_devicehub/resources/action/views.py +++ b/ereuse_devicehub/resources/action/views.py @@ -1,4 +1,5 @@ import os +import json from time import time from distutils.version import StrictVersion from typing import List