Skip to content

Commit 3379f61

Browse files
committed
Remove left-over from previous refactoring
1 parent c3b7870 commit 3379f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygit2/errors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
value_errors = set([C.GIT_EEXISTS, C.GIT_EINVALIDSPEC, C.GIT_EAMBIGUOUS])
3232

33-
def check_error(err, cb=None, io=False):
33+
def check_error(err, io=False):
3434
if err >= 0:
3535
return
3636

0 commit comments

Comments
 (0)