fix: add missing List import from typing module

This commit is contained in:
LemonNexus 2026-02-11 10:46:54 +00:00
parent 00d7445c26
commit 8a38d39648
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import os
from pathlib import Path
from decimal import Decimal
from datetime import datetime
from typing import Optional, Any
from typing import Optional, Any, List
import json
import logging