Skip to content

Commit

Permalink
wip: add type
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Sep 10, 2024
1 parent 37a74fb commit a0426ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/noteburst/handlers/v1/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ async def from_job_metadata(
print( # noqa: T201
"Attempting to access "
f"job_result.result {job_result.result}"
f"type is {type(job_result.result)}"
)
job_result.result # noqa: B018
noteburst_error = None
Expand Down

0 comments on commit a0426ea

Please sign in to comment.