Skip to content

Commit cab426f

Browse files
abitrollymerwok
andcommitted
Remove global keyword as it alters usage
Co-authored-by: Éric <[email protected]>
1 parent 3ce2e0d commit cab426f

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
@@ -798,7 +798,6 @@ def extract_wheel_metadata(path):
798798
799799
See https://www.python.org/dev/peps/pep-0658/#specification
800800
"""
801-
global _wheel_file_re
802801
filename = os.path.basename(path)
803802
namever = _wheel_file_re.match(filename).group("namever")
804803
metafile = namever + ".dist-info/METADATA"

0 commit comments

Comments
 (0)