Skip to content

Commit b2378db

Browse files
committed
chore: fix lint issue
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
1 parent 911f866 commit b2378db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/models/containers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ def status(self):
6666
@property
6767
def health(self):
6868
"""
69-
The healthcheck status of the container. For example, ``healthy`, or ``unhealthy`.
69+
The healthcheck status of the container.
70+
71+
For example, ``healthy`, or ``unhealthy`.
7072
"""
7173
return self.attrs.get('State', {}).get('Health', {}).get('Status', 'unknown')
7274

0 commit comments

Comments
 (0)