Skip to content

Commit

Permalink
FIX: Import Config class in Assembler
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Brannelly committed Oct 30, 2019
1 parent 758d4f1 commit b47c928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion surround/assembler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b47c928

Please sign in to comment.