From e6e5ffa5989df43c311ad57365f5f7c2503f5ebf Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Mon, 4 Nov 2024 10:02:38 -0800 Subject: [PATCH] chore: Remove unnecessary type checker ignore comment --- actions/update_development_dependencies/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/update_development_dependencies/main.py b/actions/update_development_dependencies/main.py index 644df5ca..9a422e0e 100644 --- a/actions/update_development_dependencies/main.py +++ b/actions/update_development_dependencies/main.py @@ -23,7 +23,7 @@ import yaml from pypi_simple import PyPISimple -from yamlfix import fix_files # pyright: ignore[reportUnknownVariableType] +from yamlfix import fix_files _ENV_VAR_TRUE_VALUES = {"1", "true", "yes"}