Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bstrausser committed Mar 11, 2024
1 parent 64d0efd commit 2f95035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nats/testcontainers/nats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ def nats_management_uri(self) -> str:
def start(self) -> "NatsContainer":
super().start()
self._healthcheck()
return self
return self

0 comments on commit 2f95035

Please sign in to comment.