Removes unicode header string from test files

This commit is contained in:
Niru Maheswaranathan
2016-10-07 11:47:12 -07:00
parent 4fc783a1f2
commit 70c533ba2c
3 changed files with 0 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals from __future__ import unicode_literals
from tableprint import top, bottom, row from tableprint import top, bottom, row
import pytest import pytest

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals from __future__ import unicode_literals
from tableprint import table, banner, dataframe from tableprint import table, banner, dataframe
from io import StringIO from io import StringIO

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals from __future__ import unicode_literals
from tableprint import humantime, _format_line, LineStyle from tableprint import humantime, _format_line, LineStyle
import pytest import pytest