Fix import.
This commit is contained in:
parent
8c297cef6f
commit
1fdc98aa82
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ import shlex
|
|||
from typing import Optional, Tuple
|
||||
import warnings
|
||||
|
||||
from . import shebang_binary, UnidentifiedError, DetailedFailure
|
||||
from . import shebang_binary, UnidentifiedError
|
||||
from .dist_catcher import DistCatcher
|
||||
from .outputs import (
|
||||
BinaryOutput,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue