File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,9 @@ class RawConfigParser(_Parser):
270270 def options (self , section : _SectionName ) -> list [str ]: ...
271271 def has_option (self , section : _SectionName , option : str ) -> bool : ...
272272 @overload
273- def read (self , filenames : GenericPath [AnyStr ] | Iterable [GenericPath [AnyStr ]], encoding : str | None = None ) -> list [AnyStr ]: ...
273+ def read (
274+ self , filenames : GenericPath [AnyStr ] | Iterable [GenericPath [AnyStr ]], encoding : str | None = None
275+ ) -> list [AnyStr ]: ...
274276 @overload
275277 def read (self , filenames : StrOrBytesPath | Iterable [StrOrBytesPath ], encoding : str | None = None ) -> list [str | bytes ]: ...
276278 def read_file (self , f : Iterable [str ], source : str | None = None ) -> None : ...
You can’t perform that action at this time.
0 commit comments