@@ -158,7 +158,7 @@ def loadtxt(
158
158
delimiter : None | str = ...,
159
159
converters : None | Mapping [int | str , Callable [[str ], Any ]] = ...,
160
160
skiprows : int = ...,
161
- usecols : int | Sequence [int ] = ...,
161
+ usecols : int | Sequence [int ] | None = ...,
162
162
unpack : bool = ...,
163
163
ndmin : L [0 , 1 , 2 ] = ...,
164
164
encoding : None | str = ...,
@@ -175,7 +175,7 @@ def loadtxt(
175
175
delimiter : None | str = ...,
176
176
converters : None | Mapping [int | str , Callable [[str ], Any ]] = ...,
177
177
skiprows : int = ...,
178
- usecols : int | Sequence [int ] = ...,
178
+ usecols : int | Sequence [int ] | None = ...,
179
179
unpack : bool = ...,
180
180
ndmin : L [0 , 1 , 2 ] = ...,
181
181
encoding : None | str = ...,
@@ -192,7 +192,7 @@ def loadtxt(
192
192
delimiter : None | str = ...,
193
193
converters : None | Mapping [int | str , Callable [[str ], Any ]] = ...,
194
194
skiprows : int = ...,
195
- usecols : int | Sequence [int ] = ...,
195
+ usecols : int | Sequence [int ] | None = ...,
196
196
unpack : bool = ...,
197
197
ndmin : L [0 , 1 , 2 ] = ...,
198
198
encoding : None | str = ...,
0 commit comments