Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 8, 2023
1 parent 5ea974a commit dd4e83c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions asdf/asdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1337,8 +1337,7 @@ def add_history_entry(self, description, software=None):
software = Software(software)

time_ = datetime.datetime.fromtimestamp(
int(os.environ.get("SOURCE_DATE_EPOCH", time.time())),
datetime.timezone.utc
int(os.environ.get("SOURCE_DATE_EPOCH", time.time())), datetime.timezone.utc
)

entry = HistoryEntry(
Expand Down

0 comments on commit dd4e83c

Please sign in to comment.