Skip to content

Commit 83f6e4b

Browse files
committed
Reformat
1 parent c90be59 commit 83f6e4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

databricks/koalas/tests/plot/test_series_plot_plotly.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,5 @@ def test_area_plot(self):
103103
def test_pie_plot(self):
104104
kdf = self.kdf1
105105
self.assertEqual(
106-
kdf["a"].plot(kind="pie"),
107-
express.pie(kdf.to_pandas(), values="a", names="a")
106+
kdf["a"].plot(kind="pie"), express.pie(kdf.to_pandas(), values="a", names="a")
108107
)

0 commit comments

Comments
 (0)