Skip to content

Commit a9e4266

Browse files
author
Johannes Otepka
committed
make mongodb tzinfo aware
1 parent 6a887c1 commit a9e4266

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ipyparallel/controller/mongodb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def get_record(self, msg_id):
9494
if not r:
9595
# r will be '' if nothing is found
9696
raise KeyError(msg_id)
97-
_ensure_utc_for_record(r)
9897
return r
9998

10099
def update_record(self, msg_id, rec):

0 commit comments

Comments
 (0)