Skip to content

Commit ee455eb

Browse files
committed
linting fix
1 parent 5400f31 commit ee455eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/idp_common_pkg/tests/unit/test_bedrock_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class MockEventStreamError(MockClientError):
3838
pass
3939

4040

41-
# Now import the module under test
42-
from idp_common.utils.bedrock_utils import (
41+
# Now import the module under test (must be after mock classes are defined)
42+
from idp_common.utils.bedrock_utils import ( # noqa: E402
4343
async_exponential_backoff_retry,
4444
exponential_backoff_retry,
4545
)

0 commit comments

Comments
 (0)