Skip to content

Commit 7103fed

Browse files
committed
lint
1 parent ea11977 commit 7103fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_streaming/df/dataframe_io_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def enumerate_json_items(filename, encoding=None, lines=False, flatten=False, fL
256256
raise RuntimeError( # pragma: no cover
257257
"Type issue {0}".format(type(current)))
258258
c = []
259-
current[curkey] = c
259+
current[curkey] = c # pylint: disable=E1137
260260
current = c
261261
curkey = None
262262
stack.append(current)

0 commit comments

Comments
 (0)