Skip to content

Commit ad42785

Browse files
committed
fix imports in a new test
1 parent 3537f1f commit ad42785

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

test/unit/test_upload_503_token_refresh.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@
1818

1919
from unittest.mock import patch
2020

21-
import pytest
22-
2321
from b2sdk._internal.exception import ServiceError
24-
from b2sdk.v3 import RawSimulator
25-
from b2sdk.v3 import B2Api, B2HttpApiConfig, DummyCache, StubAccountInfo
22+
from b2sdk.v3 import B2Api, B2HttpApiConfig, DummyCache, RawSimulator, StubAccountInfo
2623

2724
from .test_base import TestBase
2825

0 commit comments

Comments
 (0)