Skip to content

Commit

Permalink
Merge branch 'eelco/submit-existing-code' into eelco/codehash
Browse files Browse the repository at this point in the history
  • Loading branch information
eelcovdw committed Jun 26, 2024
2 parents 2fbeef5 + 4e276d3 commit ee17d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/syft/src/syft/service/code/user_code_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def _get_or_submit_user_code(
return Ok(user_code)
else: # code: SubmitUserCode
# Submit new UserCode, or get existing UserCode with the same code hash
user_code_or_err = self._submit(context, code, exists_ok=True)
user_code_or_err = self._submit(context, code, exists_ok=True) # type: ignore
return user_code_or_err

@service_method(
Expand Down

0 comments on commit ee17d32

Please sign in to comment.