Merge branch 'freqtrade:develop' into delist

This commit is contained in:
Stefano
2025-09-25 12:27:21 +09:00
committed by GitHub
5 changed files with 7 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ class AnnotationType(TypedDict, total=False):
y_end: float
color: str
label: str
z_level: int
AnnotationTypeTA = TypeAdapter(AnnotationType)