Skip to content

Commit

Permalink
fix: pyi binding bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SunghwanShim committed Jan 7, 2025
1 parent 38a3629 commit 92de4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/py_src/safetensors/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class safe_open:
The device on which you want the tensors.
"""

def __init__(filename, framework, device=...):
def __init__(self, filename, framework, device=...):
pass
def __enter__(self):
"""
Expand Down

0 comments on commit 92de4f4

Please sign in to comment.