fix lint + black formating + SITULITUPU

This commit is contained in:
2026-04-01 18:02:38 +02:00
parent a4d8f3fbfe
commit be997c5d17
6 changed files with 33 additions and 13 deletions
+2 -2
View File
@@ -79,8 +79,8 @@ class DataMaze:
data: Raw configuration dictionary with string values.
Returns:
A dictionary containing converted values and instantiated solver and
generator objects.
A dictionary containing converted values and instantiated
solver and generator objects.
"""
key_int = {"WIDTH", "HEIGHT"}
key_tuple = {"ENTRY", "EXIT"}