Skip to content

Commit

Permalink
Fix import sort.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Nov 15, 2024
1 parent f463ff6 commit c5fda00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pex/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit c5fda00

Please sign in to comment.