From 9f61935cf423bce7cf23a0683b45aa0b5564d05a Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Tue, 21 Jul 2020 11:57:08 +0100 Subject: [PATCH] Updated LabThingsJSONEncoder import --- openflexure_microscope/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openflexure_microscope/config.py b/openflexure_microscope/config.py index 74ffb3f0..ce6382db 100644 --- a/openflexure_microscope/config.py +++ b/openflexure_microscope/config.py @@ -8,7 +8,7 @@ from uuid import UUID import numpy as np from fractions import Fraction -from labthings.server.representations import LabThingsJSONEncoder +from labthings.json import LabThingsJSONEncoder from .paths import ( SETTINGS_FILE_PATH,