Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Jun 27, 2023
1 parent 25480ce commit 89dd185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maggma/api/resource/submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __init__(
self.post_sub_path = post_sub_path
self.patch_sub_path = patch_sub_path

new_fields = {} # type: dict
new_fields: dict = {}
if self.calculate_submission_id:
new_fields["submission_id"] = (
str,
Expand Down

0 comments on commit 89dd185

Please sign in to comment.