Skip to content

Commit ab924ed

Browse files
committed
TST: json test file, make encoding explicit
1 parent 63ce94d commit ab924ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/io/tests/test_json/test_ujson.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
from unittest import TestCase
1+
# -*- coding: utf-8 -*-
2+
3+
from unittest import TestCase
24

35
try:
46
import json

0 commit comments

Comments
 (0)