Skip to content

Commit

Permalink
No need to import Unicode from future in Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Sep 29, 2023
1 parent 95ae5eb commit 6ea2a05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_textwrapper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""Discretely test functionality of our custom TextWrapper"""
from __future__ import unicode_literals

import datetime

from tabulate import _CustomTextWrap as CTW, tabulate
Expand Down

0 comments on commit 6ea2a05

Please sign in to comment.