Skip to content

Commit

Permalink
fix: datetime.timezone.utc
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Simpson <[email protected]>
  • Loading branch information
Robert Simpson authored and Robert Simpson committed Aug 21, 2023
1 parent 01eb97a commit f80433f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/python/indy_vdr/ledger.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Methods for generating and working with pool ledger requests."""

from ctypes import byref, c_int8, c_int32, c_int64, c_uint64
from datetime import datetime, date, timezone
from datetime import datetime, date
from enum import IntEnum
from typing import Optional, Union

Expand Down

0 comments on commit f80433f

Please sign in to comment.