Skip to content

Commit

Permalink
run pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: yassun7010 <[email protected]>
  • Loading branch information
yassun7010 committed Oct 1, 2024
1 parent 62073f4 commit e04419b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pandera/dtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ def __hash__(self) -> int:
@overload
def immutable(
pandera_dtype_cls: _DataTypeClass, **dataclass_kwargs: Any
) -> _DataTypeClass:
...
) -> _DataTypeClass: ...


@overload
def immutable(
pandera_dtype_cls: None = None, **dataclass_kwargs: Any
) -> Callable[[_DataTypeClass], _DataTypeClass]:
...
) -> Callable[[_DataTypeClass], _DataTypeClass]: ...


def immutable(
pandera_dtype_cls: Optional[_DataTypeClass] = None, **dataclass_kwargs: Any
Expand Down

0 comments on commit e04419b

Please sign in to comment.