Add encoding: utf8 for python 2.7

This commit is contained in:
turturica
2018-08-24 12:26:18 -07:00
parent 459b040d21
commit e3df1031ca

View File

@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import textwrap
import pytest