From 70c533ba2c08324b47a566aa590c00578facb050 Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Fri, 7 Oct 2016 11:47:12 -0700 Subject: [PATCH] Removes unicode header string from test files --- tests/test_functions.py | 1 - tests/test_io.py | 1 - tests/test_utils.py | 1 - 3 files changed, 3 deletions(-) diff --git a/tests/test_functions.py b/tests/test_functions.py index f14755b..0e58355 100644 --- a/tests/test_functions.py +++ b/tests/test_functions.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- from __future__ import unicode_literals from tableprint import top, bottom, row import pytest diff --git a/tests/test_io.py b/tests/test_io.py index 49a7229..50f1037 100644 --- a/tests/test_io.py +++ b/tests/test_io.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- from __future__ import unicode_literals from tableprint import table, banner, dataframe from io import StringIO diff --git a/tests/test_utils.py b/tests/test_utils.py index 3a83ae2..cb24b0f 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- from __future__ import unicode_literals from tableprint import humantime, _format_line, LineStyle import pytest