Skip to content

Commit a10d3f5

Browse files
abitrollymerwok
andauthored
Remove global keyword as it alters usage
Co-authored-by: Éric <[email protected]>
1 parent 45dfd8f commit a10d3f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

warehouse/forklift/legacy.py

-1
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,6 @@ def extract_wheel_metadata(path):
775775
776776
See https://www.python.org/dev/peps/pep-0658/#specification
777777
"""
778-
global _wheel_file_re
779778
filename = os.path.basename(path)
780779
namever = _wheel_file_re.match(filename).group("namever")
781780
metafile = namever + ".dist-info/METADATA"

0 commit comments

Comments
 (0)