Skip to content

Commit 1f88adb

Browse files
committed
🙈 linting
1 parent f38a5c1 commit 1f88adb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

plotly_resampler/aggregation/plotly_aggregator_parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def to_same_tz(
3939
elif reference_tz is not None:
4040
if ts.tz is not None:
4141
# compare if these two have the same timezone / offset
42-
print('to same tz', 'ts', ts.tz.__str__(), 'ref', reference_tz.__str__())
4342
try:
4443
assert ts.tz.__str__() == reference_tz.__str__()
4544
except AssertionError:

tests/test_figure_resampler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,6 @@ def test_time_tz_slicing_different_timestamp():
10981098
)
10991099

11001100

1101-
11021101
def test_different_tz_no_tz_series_slicing():
11031102
n = 60 * 60 * 24 * 3
11041103
dr = pd.Series(

0 commit comments

Comments
 (0)