Skip to content

Commit

Permalink
swap
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgolec committed Jun 12, 2024
1 parent 18b0c03 commit f6f93b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schwab/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check warning on line 174 in schwab/auth.py

View check run for this annotation

Codecov / codecov/patch

schwab/auth.py#L174

Added line #L174 was not covered by tests

Expand Down

0 comments on commit f6f93b5

Please sign in to comment.