diff --git a/schwab/auth.py b/schwab/auth.py index 9191781..c8fa86d 100644 --- a/schwab/auth.py +++ b/schwab/auth.py @@ -168,8 +168,8 @@ async def oauth_client_update_token(t, *args, **kwargs): def __run_client_from_login_flow_server(q, callback_port, callback_path): '''Helper server for intercepting redirects to the callback URL. See client_from_login_flow for details.''' - # This runs in a separate process and is invisible to coverage # pragma: no cover + # This runs in a separate process and is invisible to coverage import flask