8000 WIP: NaTD by jbrockmendel · Pull Request #24645 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

WIP: NaTD #24645

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
isort fixup
  • Loading branch information
jbrockmendel committed Jan 6, 2019
commit 1b533ff1dfc6d88e4cabd106af0ab5eeaf3cd19c
3 changes: 1 addition & 2 deletions pandas/core/arrays/timedeltas.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
from pandas._libs.tslibs import NaT, Timedelta, Timestamp, iNaT
from pandas._libs.tslibs.fields import get_timedelta_field
from pandas._libs.tslibs.timedeltas import (
NaTD,
array_to_timedelta64, parse_timedelta_unit)
NaTD, array_to_timedelta64, parse_timedelta_unit)
import pandas.compat as compat
from pandas.util._decorators import Appender

Expand Down
0