Skip to content

Commit

Permalink
style change
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-doist committed Feb 28, 2025
1 parent 57c93d0 commit 1acf98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitmapist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ def _mark(
track_hourly = TRACK_HOURLY
if track_unique is None:
track_unique = TRACK_UNIQUE

now = now or datetime.now(tz=timezone.utc)
if now is None:
now = datetime.now(tz=timezone.utc)

obj_classes: list[
type[MonthEvents]
Expand Down

0 comments on commit 1acf98d

Please sign in to comment.