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 64d0efd commit 2f95035Copy full SHA for 2f95035
modules/nats/testcontainers/nats/__init__.py
@@ -62,4 +62,4 @@ def nats_management_uri(self) -> str:
62
def start(self) -> "NatsContainer":
63
super().start()
64
self._healthcheck()
65
- return self
+ return self
0 commit comments