From b47c9287b47e0287a5b44cffd3e0834c6a3adb0c Mon Sep 17 00:00:00 2001 From: Zac Brannelly <101668878@student.swin.edu.au> Date: Wed, 30 Oct 2019 17:05:58 +1100 Subject: [PATCH] FIX: Import Config class in Assembler --- surround/assembler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surround/assembler.py b/surround/assembler.py index 2d7b901f..f3d87313 100644 --- a/surround/assembler.py +++ b/surround/assembler.py @@ -7,7 +7,7 @@ from abc import ABC from datetime import datetime -from .config import has_config +from .config import Config, has_config from .stage import Filter, Estimator, Validator from .visualiser import Visualiser