From 6ea2a05552352ea78247ee791e1cf0d8574c13ef Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Wed, 11 Jan 2023 12:10:01 +0100 Subject: [PATCH] No need to import Unicode from future in Python 3 --- test/test_textwrapper.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_textwrapper.py b/test/test_textwrapper.py index f3070b1..88420be 100644 --- a/test/test_textwrapper.py +++ b/test/test_textwrapper.py @@ -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