Skip to content

Commit 8e3bf5d

Browse files
committed
Merge pull request #6101 from Komnomnomnom/json-remove-bom
TST: json test file, make encoding explicit
2 parents 63ce94d + ab924ed commit 8e3bf5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/io/tests/test_json/test_ujson.py

+3-1
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)