Skip to content

Commit 7d2c7d5

Browse files
SunMarcsayakpaul
andauthored
Update src/diffusers/pipelines/pipeline_utils.py
Co-authored-by: Sayak Paul <[email protected]>
1 parent 78135f1 commit 7d2c7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/pipeline_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def is_saveable_module(name, value):
307307
import zipfile
308308

309309
def zipdir(dir_to_archive, zipf):
310-
"zip a directory"
310+
"""Archive a directory"""
311311
for root, dirs, files in os.walk(dir_to_archive):
312312
for file in files:
313313
file_path = os.path.join(root, file)

0 commit comments

Comments
 (0)