Skip to content

Commit 652adbd

Browse files
committed
add encoding to test_readlines
1 parent 8b15934 commit 652adbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/json/test_readlines.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf-8 -*-
12
import pytest
23
import pandas as pd
34
from pandas import DataFrame, read_json

0 commit comments

Comments
 (0)