From 2f95035b1725f4cd35ff37ad774566b4635140ec Mon Sep 17 00:00:00 2001 From: bstrausser Date: Mon, 11 Mar 2024 11:28:36 -0400 Subject: [PATCH] Fix lint --- modules/nats/testcontainers/nats/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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