We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5400f31 commit ee455ebCopy full SHA for ee455eb
lib/idp_common_pkg/tests/unit/test_bedrock_utils.py
@@ -38,8 +38,8 @@ class MockEventStreamError(MockClientError):
38
pass
39
40
41
-# Now import the module under test
42
-from idp_common.utils.bedrock_utils import (
+# Now import the module under test (must be after mock classes are defined)
+from idp_common.utils.bedrock_utils import ( # noqa: E402
43
async_exponential_backoff_retry,
44
exponential_backoff_retry,
45
)
0 commit comments