diff --git a/config.py b/config.py index 8ded3d4..56935a0 100644 --- a/config.py +++ b/config.py @@ -73,4 +73,6 @@ def load_exceptions(file_path=EXCEPTIONS_FILE): "positions": [str(p).strip().lower() for p in data.get("positions", [])], "fio": [normalize_fio(f) for f in data.get("fio", [])], "position_keywords": [str(k).strip().lower() for k in data.get("position_keywords", [])] - } \ No newline at end of file + } + +# тестовый комментарий \ No newline at end of file