fix: spec_events.py — from compare.metrics → from services.metrics
Deploy contracts-flask / validate (push) Successful in 0s

This commit is contained in:
2026-07-16 08:28:47 +04:00
parent 1bd62a51ef
commit cc3a53a229
+1 -1
View File
@@ -144,7 +144,7 @@ def _hash(name, date_start=None):
import hashlib
key = name.strip().lower()
if date_start:
from compare.metrics import normalize_date
from services.metrics import normalize_date
nd = normalize_date(str(date_start))
if nd:
key += "|" + nd