Skip to content

Commit

Permalink
removing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kylevillegas93 committed Jun 7, 2024
1 parent 5498465 commit 95126a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion managers/sfrRecord.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ def publicationDateCheck(edition):
publicationDate = datetime(year=int(pubYearGroup.group(1)), month=1, day=1)

if publicationDate\
# Publication dates are not timezone aware.
and publicationDate <= datetime.now(timezone.utc).replace(tzinfo=None)\
and publicationDate.year >= 1488:
return publicationDate
Expand Down

0 comments on commit 95126a4

Please sign in to comment.