diff --git a/pex/jobs.py b/pex/jobs.py index 7a1895b85..67513596b 100644 --- a/pex/jobs.py +++ b/pex/jobs.py @@ -17,7 +17,7 @@ from pex.common import pluralize from pex.compatibility import Queue, cpu_count from pex.tracer import TRACER -from pex.typing import Generic, TYPE_CHECKING +from pex.typing import TYPE_CHECKING, Generic if TYPE_CHECKING: from typing import (