Skip to content

Commit

Permalink
remove return, not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
alik-git authored Dec 8, 2024
1 parent 5b4ac25 commit aa46491
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/test_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ def main(args):

except Exception as e:
logging.error(f"Error: {e}")
return 1

return 0


if __name__ == "__main__":
Expand Down

0 comments on commit aa46491

Please sign in to comment.