missed an import

This commit is contained in:
Andrew Roberts
2025-12-22 10:46:58 -05:00
parent 7fd961e085
commit d788752f2f
+1 -1
View File
@@ -1,5 +1,5 @@
from enum import Enum
from typing import Optional
from typing import Optional, Union
from pydantic import Field