Skip to content

Commit 63bfe0e

Browse files
committed
[MINOR] fix typo & remove unused import (#929)
![스크린샷 2019-10-15 오후 10 19 46](https://user-images.githubusercontent.com/44108233/66835112-ea36b780-ef99-11e9-96ed-25e1d6f98552.png)
1 parent df9f681 commit 63bfe0e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Contributing Guide
22

3-
Moved to [the offical documentation](https://koalas.readthedocs.io/en/latest/development/contributing.html).
3+
Moved to [the official documentation](https://koalas.readthedocs.io/en/latest/development/contributing.html).
44

databricks/koalas/indexing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
from databricks.koalas.internal import _InternalFrame
3030
from databricks.koalas.exceptions import SparkPandasIndexingError, SparkPandasNotImplementedError
31-
from databricks.koalas.utils import column_index_level
3231

3332

3433
def _make_col(c):

0 commit comments

Comments
 (0)