From 31bd298972a037de506d3554e45b5d9c0860d86d Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Tue, 11 Jun 2024 09:20:18 -0400 Subject: [PATCH] Improve one annotation --- src/duct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duct.py b/src/duct.py index c3eadfb8..7f8d3557 100755 --- a/src/duct.py +++ b/src/duct.py @@ -113,7 +113,7 @@ def calculate_total_usage( @staticmethod def update_max_resources( - maxes: dict[str, dict[str, Any]], sample: dict[str, Any] + maxes: dict[str, dict[str, Any]], sample: dict[str, dict[str, Any]] ) -> None: for pid in sample: if pid in maxes: