fix: merge error

This commit is contained in:
hj24
2026-04-02 18:16:31 +08:00
parent cad9936c0a
commit b2861e019b

View File

@@ -2,11 +2,7 @@ import json
import logging
import os
from collections.abc import Sequence
<<<<<<< HEAD
from typing import Literal, NotRequired
=======
from typing import Literal, TypedDict
>>>>>>> chore-debug-partnerstack
from typing import Literal, NotRequired, TypedDict
import httpx
from pydantic import TypeAdapter