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 acc3aa8 commit eabc69bCopy full SHA for eabc69b
modules/opensearch/testcontainers/opensearch/__init__.py
@@ -2,10 +2,11 @@
2
3
from opensearchpy import OpenSearch
4
from opensearchpy.exceptions import ConnectionError, TransportError
5
+from urllib3.exceptions import ProtocolError
6
+
7
from testcontainers.core.container import DockerContainer
8
from testcontainers.core.utils import raise_for_deprecated_parameter
9
from testcontainers.core.waiting_utils import wait_container_is_ready
-from urllib3.exceptions import ProtocolError
10
11
12
class OpenSearchContainer(DockerContainer):
0 commit comments