From b68457c90727386138d131eb8a23e9e99e31075c Mon Sep 17 00:00:00 2001 From: James Adams Date: Thu, 19 Sep 2024 13:58:04 -0400 Subject: [PATCH] [535] removed unused variable --- src/climate_indices/__main__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/climate_indices/__main__.py b/src/climate_indices/__main__.py index 68a90cfa..4e0eceb4 100644 --- a/src/climate_indices/__main__.py +++ b/src/climate_indices/__main__.py @@ -1622,8 +1622,6 @@ def process_climate_indices( # ... try: - start_datetime = datetime.now() - # validate the arguments and determine the input type input_type = _validate_args(arguments)