pruned venvs

This commit is contained in:
d3m1g0d
2019-03-12 21:57:16 +01:00
parent 33f0511081
commit e441f4f7f7
5988 changed files with 0 additions and 1353666 deletions
@@ -1,5 +0,0 @@
# -*- coding: utf-8 -*-
# flake8: noqa
from .tslibs import (
iNaT, NaT, Timestamp, Timedelta, OutOfBoundsDatetime, Period)
@@ -1,9 +0,0 @@
# -*- coding: utf-8 -*-
# flake8: noqa
from .conversion import normalize_date, localize_pydatetime, tz_convert_single
from .nattype import NaT, iNaT, is_null_datetimelike
from .np_datetime import OutOfBoundsDatetime
from .period import Period, IncompatibleFrequency
from .timestamps import Timestamp
from .timedeltas import delta_to_nanoseconds, ints_to_pytimedelta, Timedelta