Skip to content

Commit

Permalink
fix one lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Nov 23, 2023
1 parent 49978c5 commit 2a0e008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt/common/pendulum.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pendulum # noqa: I251

# force UTC as the local timezone to prevent local dates to be written to dbs
pendulum.set_local_timezone(pendulum.timezone("UTC")) # type: ignore
pendulum.set_local_timezone(pendulum.timezone("UTC"))


def __utcnow() -> pendulum.DateTime:
Expand Down

0 comments on commit 2a0e008

Please sign in to comment.