Skip to content

Commit 5737bac

Browse files
committed
TYP: Fix NatType.combine type definition
1 parent 91875d0 commit 5737bac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/tslibs/nattype.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ class NaTType:
102102
ambiguous: bool | Literal["raise"] | NaTType = ...,
103103
nonexistent: TimestampNonexistent = ...,
104104
) -> NaTType: ...
105+
@classmethod
105106
def combine(cls, date: date_, time: time_) -> NoReturn: ...
106107
@property
107108
def tzinfo(self) -> None: ...

0 commit comments

Comments
 (0)