Skip to content

Commit f0d6800

Browse files
committed
revert blank line
1 parent 6ba5b6b commit f0d6800

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/plotting/_matplotlib/timeseries.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ def _get_freq(ax, series):
190190

191191

192192
def _use_dynamic_x(ax, data: "FrameOrSeriesUnion") -> bool:
193-
194193
freq = _get_index_freq(data)
195194
ax_freq = _get_ax_freq(ax)
196195

0 commit comments

Comments
 (0)