Skip to content

Commit 26ffc7c

Browse files
committed
fix: import name
1 parent 9ac2ddb commit 26ffc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sasctl/pzmm/zip_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def zip_files(
7171
"""
7272

7373
if isinstance(model_files, dict):
74-
buffer = io.BytesIO()
74+
buffer = BytesIO()
7575

7676
with zipfile.ZipFile(buffer, "w", zipfile.ZIP_DEFLATED, False) as archive:
7777
for file_name, data in model_files.items():

0 commit comments

Comments
 (0)