Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Sort pep425tags typing imports
Makes the next change easier to review.
  • Loading branch information
chrahunt committed Jan 7, 2020
commit 687a00b3e1ab64cf7b2a8b48daeb1375011b7b73
2 changes: 1 addition & 1 deletion src/pip/_internal/pep425tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

if MYPY_CHECK_RUNNING:
from typing import (
Tuple, Callable, List, Optional, Union, Dict
Callable, Dict, List, Optional, Tuple, Union
)

logger = logging.getLogger(__name__)
Expand Down