Skip to content

Commit 5258233

Browse files
authored
Merge pull request #102 from google/py2compat
Remove builtins import
2 parents 6510158 + 2f6f10d commit 5258233

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

budou/nlapisegmenter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"""
4646

4747
from __future__ import unicode_literals
48-
from builtins import str
4948
import logging
5049
import hashlib
5150
from .segmenter import Segmenter

0 commit comments

Comments
 (0)