Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix lint fail
Browse files Browse the repository at this point in the history
itholic committed Nov 6, 2019
1 parent 26fc3f8 commit 2e219e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databricks/koalas/series.py
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
from databricks.koalas.missing.series import _MissingPandasLikeSeries
from databricks.koalas.plot import KoalasSeriesPlotMethods
from databricks.koalas.utils import (validate_arguments_and_invoke_function, scol_for,
combine_frames, tuple_like_strings, name_like_string)
combine_frames, name_like_string)
from databricks.koalas.datetimes import DatetimeMethods
from databricks.koalas.strings import StringMethods

0 comments on commit 2e219e0

Please sign in to comment.