Skip to content

Commit 6ea2a05

Browse files
No need to import Unicode from future in Python 3
1 parent 95ae5eb commit 6ea2a05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_textwrapper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
"""Discretely test functionality of our custom TextWrapper"""
2-
from __future__ import unicode_literals
3-
42
import datetime
53

64
from tabulate import _CustomTextWrap as CTW, tabulate

0 commit comments

Comments
 (0)