Skip to content

Commit 06d285c

Browse files
authored
Lint
1 parent ac2b640 commit 06d285c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llama_cpp/llava_cpp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ def decorator(f: F) -> F:
126126
func.restype = restype
127127
functools.wraps(f)(func)
128128
return func
129-
else:
130-
return f
129+
130+
return f
131131

132132
return decorator
133133

0 commit comments

Comments
 (0)