Skip to content

Commit eabc69b

Browse files
ruff
1 parent acc3aa8 commit eabc69b

File tree

1 file changed

+2
-1
lines changed
  • modules/opensearch/testcontainers/opensearch

1 file changed

+2
-1
lines changed

modules/opensearch/testcontainers/opensearch/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
from opensearchpy import OpenSearch
44
from opensearchpy.exceptions import ConnectionError, TransportError
5+
from urllib3.exceptions import ProtocolError
6+
57
from testcontainers.core.container import DockerContainer
68
from testcontainers.core.utils import raise_for_deprecated_parameter
79
from testcontainers.core.waiting_utils import wait_container_is_ready
8-
from urllib3.exceptions import ProtocolError
910

1011

1112
class OpenSearchContainer(DockerContainer):

0 commit comments

Comments
 (0)