Skip to content

Commit

Permalink
Return value documented for __get_job method
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxpizzacats committed Jun 15, 2023
1 parent cbf86ee commit cc06581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_job(job_id: str):

return resp

def __get_job(job_id):
def __get_job(job_id) -> object:
emr_response = emr.get(job_id)
if emr_response is None:
return None
Expand Down

0 comments on commit cc06581

Please sign in to comment.