##// END OF EJS Templates
Update IPython/utils/tz.py
Matthias Bussonnier -
Show More
@@ -26,8 +26,6 b' from datetime import tzinfo, timedelta, datetime'
26 26 # -----------------------------------------------------------------------------
27 27 __all__ = ["tzUTC", "utc_aware", "utcfromtimestamp", "utcnow"]
28 28
29 # Enable display of DeprecrationWarning for this module explicitly.
30 warnings.filterwarnings("default", category=DeprecationWarning, module=__name__)
31 29
32 30 # constant for zero offset
33 31 ZERO = timedelta(0)
General Comments 0
You need to be logged in to leave comments. Login now