fix: support python 3.9 model annotations
Some checks failed
CI / hygiene (push) Successful in 2s
Build and Deploy / build-and-deploy (push) Successful in 14s
CI / go (push) Successful in 20s
CI / python (push) Failing after 14s

This commit is contained in:
Grendgi
2026-06-18 11:09:42 +03:00
parent 47ac87bbc3
commit 2648a74b8c

View File

@@ -1,3 +1,5 @@
from __future__ import annotations
from datetime import datetime from datetime import datetime
from enum import Enum from enum import Enum