From ecffaa3d071dc0ea25c15d6db26797872d1258c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Thu, 31 Aug 2023 15:38:15 +0000 Subject: [PATCH] typo --- kiwi_simple_metrics/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwi_simple_metrics/settings.py b/kiwi_simple_metrics/settings.py index 4647a8b..3b565b3 100644 --- a/kiwi_simple_metrics/settings.py +++ b/kiwi_simple_metrics/settings.py @@ -52,7 +52,7 @@ class DiskMS(MetricSettings): name: str = "Disk Used" threshold: float = 85 report_outer: str = "{name}: [{inner}]" - count: int = 1 + count: int | None = 1 # paths to check for disk space paths: list[DirectoryPath] = Field(default_factory=list)