fix import

This commit is contained in:
Fuchs 2020-08-20 00:49:08 +02:00
parent 3a955bbf16
commit 4df4febad9

View file

@ -10,7 +10,7 @@ from matplotlib import pyplot as plt
from scipy import interpolate from scipy import interpolate
from .arg_parse import Args from .arg_parse import Args
from .bar import make_pipes, process_pipe from .bar import process_pipe
from .chunk import Chunk from .chunk import Chunk
from .commandtypes import CommandPair from .commandtypes import CommandPair
from .logger import log from .logger import log