Skip to content

Commit 6973c78

Browse files
committed
fix broken test
1 parent 27b248b commit 6973c78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

polyfactory/factories/typed_dict_factory.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
from __future__ import annotations
22

3-
from typing import Any, Generic, TypeGuard, TypeVar, get_args, get_origin, get_type_hints, is_typeddict
3+
from typing import Any, Generic, TypeGuard, TypeVar, get_args, get_origin, get_type_hints
44

55
from typing_extensions import (
66
NotRequired,
77
Required,
8+
is_typeddict,
89
)
910

1011
from polyfactory.factories.base import BaseFactory

0 commit comments

Comments
 (0)