Skip to content

Commit

Permalink
removed lone type
Browse files Browse the repository at this point in the history
  • Loading branch information
shahanneda committed Oct 12, 2023
1 parent 2a40168 commit e9f4887
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_onboarding_request_by_id(self, id):
"""

@abstractmethod
def approve_onboarding_request(self, id: str):
def approve_onboarding_request(self, id):
"""
Approves an onboarding request
Expand Down

0 comments on commit e9f4887

Please sign in to comment.