Skip to content

Commit 20a447d

Browse files
Fix whitespace
1 parent 7843730 commit 20a447d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/nattype.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ class NaTType(_NaT):
362362
daysinmonth = property(fget=lambda self: np.nan)
363363
dayofweek = property(fget=lambda self: np.nan)
364364
day_of_week = property(fget=lambda self: np.nan)
365-
365+
366366
# inject Timedelta properties
367367
days = property(fget=lambda self: np.nan)
368368
seconds = property(fget=lambda self: np.nan)

0 commit comments

Comments
 (0)