From 44b1c3d8835c12b68571d515c43887c725c75ffa Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Fri, 1 May 2020 11:31:23 -0700 Subject: Remove "from __future__ import" statements. None of these are needed anymore. --- tests/test_name.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/test_name.py') diff --git a/tests/test_name.py b/tests/test_name.py index 47cea18..1e6c6ab 100644 --- a/tests/test_name.py +++ b/tests/test_name.py @@ -16,8 +16,6 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -from __future__ import print_function - from typing import Dict # pylint: disable=unused-import import unittest -- cgit v1.2.1