Remove redundant encoding specifiers and __future__ imports

This commit is contained in:
Mads Marquart
2019-08-28 21:57:46 +02:00
parent 75378bb709
commit 66505f8f41
38 changed files with 0 additions and 117 deletions

View File

@@ -1,7 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import pytest
import py_compile