Skip to content

Commit df48de8

Browse files
committed
clean some lint
1 parent 52d3bfb commit df48de8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

warehouse/forklift/legacy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ def namespace_stdlib_list(module_list):
154154
"s390x",
155155
}
156156
_manylinux_arches = _jointlinux_arches | {"ppc64"}
157-
_musllinux_arches = _jointlinux_arches
157+
_musllinux_arches = _jointlinux_arches
158+
158159

159160
# Actual checking code;
160161
def _valid_platform_tag(platform_tag):

0 commit comments

Comments
 (0)