diff --git a/modules/nats/testcontainers/nats/__init__.py b/modules/nats/testcontainers/nats/__init__.py index 73f08eeb9..a49c40d80 100644 --- a/modules/nats/testcontainers/nats/__init__.py +++ b/modules/nats/testcontainers/nats/__init__.py @@ -62,4 +62,4 @@ def nats_management_uri(self) -> str: def start(self) -> "NatsContainer": super().start() self._healthcheck() - return self \ No newline at end of file + return self