refactor: services/ → compare/ + drhider/ (разделение Сверки и Хайдера)
Deploy contracts-flask / validate (push) Successful in 0s

This commit is contained in:
2026-06-30 10:08:25 +04:00
parent 5466b6df7f
commit ae64913c00
22 changed files with 40 additions and 20 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ def _hash(name, date_start=None):
import hashlib
key = name.strip().lower()
if date_start:
from services.metrics import normalize_date
from compare.metrics import normalize_date
nd = normalize_date(str(date_start))
if nd:
key += "|" + nd