Skip to content

Commit

Permalink
Remove left-over from previous refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Apr 13, 2020
1 parent c3b7870 commit 3379f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygit2/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

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

def check_error(err, cb=None, io=False):
def check_error(err, io=False):
if err >= 0:
return

Expand Down

0 comments on commit 3379f61

Please sign in to comment.