Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 4, 2024
1 parent f50144a commit b71af4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/py/_pyodide/_future_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ def set_result(fut, val):
return
fut.set_result(val)


def set_exception(fut, val):
if fut.done():
return
Expand Down

0 comments on commit b71af4e

Please sign in to comment.