Update zipp==3.18.2

This commit is contained in:
JonnyWong16 2024-05-18 11:16:45 -07:00
commit 0a4638dba6
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -263,7 +263,7 @@ class Path:
>>> str(path.parent) >>> str(path.parent)
'mem' 'mem'
If the zipfile has no filename, such attribtues are not If the zipfile has no filename, such attributes are not
valid and accessing them will raise an Exception. valid and accessing them will raise an Exception.
>>> zf.filename = None >>> zf.filename = None