Skip to content

Commit 5bdad76

Browse files
authored
Lint
1 parent ac25612 commit 5bdad76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_cpp/llava_cpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def decorator(f: F) -> F:
126126
func.restype = restype
127127
functools.wraps(f)(func)
128128
return func
129-
129+
130130
return f
131131

132132
return decorator

0 commit comments

Comments
 (0)