Skip to content

Commit 7db9850

Browse files
committed
fixing lint
1 parent 538a818 commit 7db9850

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bigframes/operations/_matplotlib/core.py

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
import abc
1616
import typing
17-
import uuid
1817

1918
import pandas as pd
2019

tests/system/small/operations/test_plotting.py

+1
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ def test_scatter_sequence_arg(arg_name):
281281
arg_value = [3, 3, 1]
282282
bpd.DataFrame(data).plot.scatter(x="a", y="b", **{arg_name: arg_value})
283283

284+
284285
def test_sampling_plot_args_n():
285286
df = bpd.DataFrame(np.arange(bf_mpl.DEFAULT_SAMPLING_N * 10), columns=["one"])
286287
ax = df.plot.line()

0 commit comments

Comments
 (0)