Fix import.

This commit is contained in:
Jelmer Vernooij 2021-04-13 19:48:18 +01:00 committed by Jelmer Vernooij
parent 8c297cef6f
commit 1fdc98aa82
No known key found for this signature in database
GPG key ID: 579C160D4C9E23E8

View file

@ -24,7 +24,7 @@ import shlex
from typing import Optional, Tuple from typing import Optional, Tuple
import warnings import warnings
from . import shebang_binary, UnidentifiedError, DetailedFailure from . import shebang_binary, UnidentifiedError
from .dist_catcher import DistCatcher from .dist_catcher import DistCatcher
from .outputs import ( from .outputs import (
BinaryOutput, BinaryOutput,