Skip to content

Commit d3f18fb

Browse files
author
Mytlogos
committed
remove unnecessary 'pass'
1 parent f246b4b commit d3f18fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

objectbox/c.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ def fn(name: str, restype: type, argtypes):
231231

232232
if restype is obx_err:
233233
func.errcheck = check_obx_err
234-
pass
235234
elif restype is not None:
236235
func.errcheck = check_result
237236

0 commit comments

Comments
 (0)