diff --git a/cord/accounts.py b/cord/accounts.py index 04a74d0..9bb8d5d 100755 --- a/cord/accounts.py +++ b/cord/accounts.py @@ -164,4 +164,4 @@ async def new_api_key() -> str: new_api_key = f'nv-{prefix}{infix}{suffix}' - return new_api_key \ No newline at end of file + return new_api_key