Use application singleton instead of locally cached application

This commit is contained in:
ChrisTerBeke 2018-11-26 13:33:14 +01:00
parent 620ba8f21d
commit 21c81603b4
3 changed files with 12 additions and 12 deletions

View file

@ -8,4 +8,4 @@ Cluster = namedtuple("Cluster", [
"host_name", # Type: str
"host_version", # Type: str
"status", # Type: str
])
])