Skip to content

Commit 5fbbe9e

Browse files
iamrajhansBlake Hawkins
authored and
Blake Hawkins
committed
fixed issue of mypy for test_ujson (pandas-dev#29022)
1 parent 7b8c744 commit 5fbbe9e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

pandas/tests/io/json/test_ujson.py

Lines changed: 1 addition & 4 deletions
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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,6 @@ ignore_errors=True
194194
[mypy-pandas.tests.indexing.test_loc]
195195
ignore_errors=True
196196

197-
[mypy-pandas.tests.io.json.test_ujson]
198-
ignore_errors=True
199-
200197
[mypy-pandas.tests.series.test_constructors]
201198
ignore_errors=True
202199

0 commit comments

Comments
 (0)