Skip to content

Commit ddbc519

Browse files
committed
issue #158: Fix unicode issue with python-2.7.
1 parent db5a6ae commit ddbc519

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jsonschema/tests/test_benchmarks.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#-*- coding: utf-8 -*-
2+
13
from math import sqrt
24
from textwrap import dedent
35
import time

0 commit comments

Comments
 (0)