Skip to content

Commit 031c778

Browse files
Fix lint
1 parent ba49765 commit 031c778

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_oauth2_api_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
from requests_oauthlib import OAuth2Session
66
from requests import HTTPError
77

8-
from nypl_py_utils.classes.oauth2_api_client import (Oauth2ApiClient, Oauth2ApiClientError)
8+
from nypl_py_utils.classes.oauth2_api_client import (Oauth2ApiClient,
9+
Oauth2ApiClientError)
910

1011
_TOKEN_RESPONSE = {
1112
'access_token': 'super-secret-token',

0 commit comments

Comments
 (0)