Skip to content

Commit 09cce69

Browse files
committed
Correct linting issue.
1 parent 1448fd1 commit 09cce69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/utils/compatibility_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
generic_tags,
1313
interpreter_name,
1414
interpreter_version,
15-
mac_platforms,
1615
ios_platforms,
16+
mac_platforms,
1717
)
1818

1919
_apple_arch_pat = re.compile(r"(.+)_(\d+)_(\d+)_(.+)")

0 commit comments

Comments
 (0)