Skip to content

Commit 569387b

Browse files
committed
SAE final polish
1 parent d71c48c commit 569387b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

client/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def calling_sae_id(authorization_header: str | None) -> str:
157157

158158
def main():
159159
"""
160-
Main entry point for the hub package.
160+
Main entry point for the client package.
161161
"""
162162
utils.create_pid_file("client", _CLIENT.name)
163163
config = uvicorn.Config(app=_APP, port=_ARGS.port)

client/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
A DSKE client, or just client for short.
33
"""
44

5-
import traceback
65
import asyncio
76
from uuid import UUID
87
from common import exceptions

0 commit comments

Comments
 (0)