Skip to content

Commit

Permalink
FIX: Timezone not timedelta.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Nov 11, 2024
1 parent b3c8865 commit 4a580bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion act/io/arm.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import tempfile
import urllib
import warnings
from datetime import datetime, timedelta
from datetime import datetime, timezone
from os import PathLike
from pathlib import Path, PosixPath

Expand Down

0 comments on commit 4a580bc

Please sign in to comment.