Skip to content

Commit

Permalink
clean some lint
Browse files Browse the repository at this point in the history
  • Loading branch information
liath committed Sep 18, 2021
1 parent 78a0082 commit 43cdc8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion warehouse/forklift/legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ def namespace_stdlib_list(module_list):
"s390x",
}
_manylinux_arches = _jointlinux_arches | {"ppc64"}
_musllinux_arches = _jointlinux_arches
_musllinux_arches = _jointlinux_arches


# Actual checking code;
def _valid_platform_tag(platform_tag):
Expand Down

0 comments on commit 43cdc8c

Please sign in to comment.