Skip to content

Commit 06b5f9c

Browse files
committed
Missed conflict
1 parent 2ed0a06 commit 06b5f9c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

databricks/koalas/tests/test_series_plot.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,7 @@ def test_box_summary(self):
210210
def test_missing(self):
211211
ks = self.kdf1['a']
212212

213-
<<<<<<< HEAD
214-
unsupported_functions = ['kde', 'barh', 'line']
215-
=======
216-
unsupported_functions = ['area', 'kde', 'pie', 'barh']
217-
>>>>>>> Add plot.line in Series
213+
unsupported_functions = ['kde', 'barh']
218214
for name in unsupported_functions:
219215
with self.assertRaisesRegex(PandasNotImplementedError,
220216
"method.*Series.*{}.*not implemented".format(name)):

0 commit comments

Comments
 (0)