Skip to content

Commit

Permalink
ipython imports UTC now (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
dycw authored Apr 16, 2024
1 parent 8dc4d8a commit 852169a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[bumpversion]
current_version = 0.1.116
current_version = 0.1.117
2 changes: 2 additions & 0 deletions ipython/startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
make_dataclass,
replace,
)
from datetime import UTC
from enum import Enum, IntEnum, auto
from functools import lru_cache, partial, reduce, wraps
from hashlib import md5
Expand Down Expand Up @@ -169,6 +170,7 @@
TypeGuard,
TypeVar,
Union,
UTC,
abc,
asdict,
ast,
Expand Down

0 comments on commit 852169a

Please sign in to comment.