Skip to content

Commit

Permalink
run various py versions test-py38 test-py39 test-py310 test-py311
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Oct 11, 2023
1 parent ad6a516 commit 253eebc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def set_actual_types_for_type_checking(


@dataclass_transform(kw_only_default=True, field_specifiers=(Field,))
class BaseConfigMeta(ModelMetaclass): # type: ignore
class BaseConfigMeta(ModelMetaclass): # type: ignore
def __new__(cls, name, bases, namespaces, **kwargs) -> Any:
annotations = namespaces.get("__annotations__", {})

Expand Down

0 comments on commit 253eebc

Please sign in to comment.