diff --git a/src/hyp3_sdk/hyp3.py b/src/hyp3_sdk/hyp3.py index 403bf0a..ab9d97a 100644 --- a/src/hyp3_sdk/hyp3.py +++ b/src/hyp3_sdk/hyp3.py @@ -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, '