Skip to content

Commit

Permalink
Merge pull request #277 from ASFHyP3/remove-space
Browse files Browse the repository at this point in the history
remove extra space
  • Loading branch information
jtherrmann authored May 17, 2024
2 parents 0d65f70 + aa1fbb5 commit edded00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyp3_sdk/hyp3.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def _check_application_status(self) -> None:
warnings.warn(f'User {info["user_id"]} has not yet applied for a monthly credit allotment.'
f' Please visit {help_url} to submit your application.')
if info['application_status'] == 'PENDING':
warnings.warn(f'User {info["user_id"]}\'s request for access is pending review. For more information, '
warnings.warn(f'User {info["user_id"]}\'s request for access is pending review. For more information, '
f'visit {help_url}')
if info['application_status'] == 'REJECTED':
warnings.warn(f'{info["user_id"]}\'s request for access has been rejected. For more information, '
Expand Down

0 comments on commit edded00

Please sign in to comment.