Skip to content

Commit

Permalink
Merge pull request #238 from DimitriPapadopoulos/future
Browse files Browse the repository at this point in the history
No need to import Unicode from future in Python 3
  • Loading branch information
astanin authored Sep 26, 2024
2 parents 2f3a737 + be7596e commit b76f58f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_textwrapper.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Discretely test functionality of our custom TextWrapper"""

import datetime

from tabulate import _CustomTextWrap as CTW, tabulate
Expand Down

0 comments on commit b76f58f

Please sign in to comment.