Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
maread99 committed Jul 4, 2021
1 parent 306d99a commit b444506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchange_calendars/calendar_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

NANOSECONDS_PER_MINUTE = int(6e10)

NP_NAT = np.array([pd.NaT], dtype=np.int64)[0]
NP_NAT = pd.NaT.value

Session = typing.Union[pd.Timestamp, str, int, float, datetime.datetime]

Expand Down

0 comments on commit b444506

Please sign in to comment.