Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
dycw committed Sep 15, 2024
1 parent bae3844 commit 38e5146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utilities/polars.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def convert_time_zone(
for c in df.columns
)
)
case _ as never: # pragma: no cover
case _ as never: # pyright: ignore[reportUnnecessaryComparison]
assert_never(never)


Expand Down Expand Up @@ -653,7 +653,7 @@ def replace_time_zone(
for c in df.columns
)
)
case _ as never: # pragma: no cover
case _ as never: # pyright: ignore[reportUnnecessaryComparison]
assert_never(never)


Expand Down

0 comments on commit 38e5146

Please sign in to comment.