Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Dec 9, 2024
1 parent 6884100 commit 5c8df32
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ async def create_api_key(
display_name=str,
expiration=dt.timedelta,
) -> ApiKey:
# generate key and secret
api_key, api_secret = _generate_api_key_and_secret(display_name)

return await _repository.create_api_key(
Expand Down

0 comments on commit 5c8df32

Please sign in to comment.