Skip to content

Commit

Permalink
🙈 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasvdd committed Sep 9, 2024
1 parent f38a5c1 commit 1f88adb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion plotly_resampler/aggregation/plotly_aggregator_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def to_same_tz(
elif reference_tz is not None:
if ts.tz is not None:
# compare if these two have the same timezone / offset
print('to same tz', 'ts', ts.tz.__str__(), 'ref', reference_tz.__str__())
try:
assert ts.tz.__str__() == reference_tz.__str__()
except AssertionError:
Expand Down
1 change: 0 additions & 1 deletion tests/test_figure_resampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,6 @@ def test_time_tz_slicing_different_timestamp():
)



def test_different_tz_no_tz_series_slicing():
n = 60 * 60 * 24 * 3
dr = pd.Series(
Expand Down

0 comments on commit 1f88adb

Please sign in to comment.