mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
fix import
This commit is contained in:
parent
3a955bbf16
commit
4df4febad9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue