From ea0aa8074134453a63106ec633dee30bcab4e85e Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Sat, 5 Oct 2024 18:10:59 +0200 Subject: [PATCH] [FIX] Make pylint happy --- aa_intel_tool/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aa_intel_tool/constants.py b/aa_intel_tool/constants.py index 01f391c5..0d86e413 100644 --- a/aa_intel_tool/constants.py +++ b/aa_intel_tool/constants.py @@ -31,7 +31,7 @@ |а.е. # Russian """ -distance_units = f"{distance_units_on_grid}|{distance_units_off_grid}" +distance_units: str = f"{distance_units_on_grid}|{distance_units_off_grid}" # Pre-compiled regex patterns used throughout the app