Skip to content

Commit 7b43289

Browse files
committed
Codestyle fix
1 parent 3940894 commit 7b43289

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_auth/test_token_manager.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ def on_next(token):
8484
],
8585
)
8686
@pytest.mark.asyncio
87-
async def test_async_success_token_renewal(
88-
self, exp_refresh_ratio
89-
):
87+
async def test_async_success_token_renewal(self, exp_refresh_ratio):
9088
tokens = []
9189
mock_provider = Mock(spec=IdentityProviderInterface)
9290
mock_provider.request_token.side_effect = [

0 commit comments

Comments
 (0)