@@ -42,7 +42,7 @@ def read_json(
42
42
Literal ["strict" , "ignore" , "replace" , "backslashreplace" , "surrogateescape" ]
43
43
| None
44
44
) = ...,
45
- lines : bool ,
45
+ lines : Literal [ True ] ,
46
46
chunksize : int ,
47
47
compression : CompressionOptions = ...,
48
48
nrows : int | None = ...,
@@ -92,7 +92,7 @@ def read_json(
92
92
Literal ["strict" , "ignore" , "replace" , "backslashreplace" , "surrogateescape" ]
93
93
| None
94
94
) = ...,
95
- lines : Literal [True ] = True ,
95
+ lines : Literal [True ],
96
96
chunksize : int ,
97
97
compression : CompressionOptions = ...,
98
98
nrows : int | None = ...,
@@ -117,7 +117,7 @@ def read_json(
117
117
Literal ["strict" , "ignore" , "replace" , "backslashreplace" , "surrogateescape" ]
118
118
| None
119
119
) = ...,
120
- lines : Literal [True ] = True ,
120
+ lines : Literal [True ],
121
121
chunksize : int ,
122
122
compression : CompressionOptions = ...,
123
123
nrows : int | None = ...,
@@ -167,7 +167,7 @@ def read_json(
167
167
Literal ["strict" , "ignore" , "replace" , "backslashreplace" , "surrogateescape" ]
168
168
| None
169
169
) = ...,
170
- lines : Literal [True ] = True ,
170
+ lines : Literal [True ],
171
171
chunksize : None = ...,
172
172
compression : CompressionOptions = ...,
173
173
nrows : int | None = ...,
@@ -217,7 +217,7 @@ def read_json(
217
217
Literal ["strict" , "ignore" , "replace" , "backslashreplace" , "surrogateescape" ]
218
218
| None
219
219
) = ...,
220
- lines : Literal [True ] = True ,
220
+ lines : Literal [True ],
221
221
chunksize : None = ...,
222
222
compression : CompressionOptions = ...,
223
223
nrows : int | None = ...,
0 commit comments