Skip to content

Commit 709436d

Browse files
iamrajhansWillAyd
authored andcommitted
fixed issue of mypy for test_ujson (#29022)
1 parent b0f33b3 commit 709436d

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

pandas/tests/io/json/test_ujson.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
try:
2-
import json
3-
except ImportError:
4-
import simplejson as json
51
import calendar
62
import datetime
73
import decimal
4+
import json
85
import locale
96
import math
107
import re

setup.cfg

-3
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,6 @@ ignore_errors=True
196196
[mypy-pandas.tests.indexing.test_loc]
197197
ignore_errors=True
198198

199-
[mypy-pandas.tests.io.json.test_ujson]
200-
ignore_errors=True
201-
202199
[mypy-pandas.tests.series.test_constructors]
203200
ignore_errors=True
204201

0 commit comments

Comments
 (0)