Skip to content

Commit e1c98d4

Browse files
committed
formatting
1 parent 006c2ea commit e1c98d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stdlib/configparser.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,7 @@ class RawConfigParser(_Parser):
272272
@overload
273273
def read(self, filenames: GenericPath[AnyStr], encoding: str | None = None) -> list[AnyStr]: ...
274274
@overload
275-
def read(
276-
self, filenames: Iterable[GenericPath[AnyStr]], encoding: str | None = None
277-
) -> list[AnyStr]: ...
275+
def read(self, filenames: Iterable[GenericPath[AnyStr]], encoding: str | None = None) -> list[AnyStr]: ...
278276
@overload
279277
def read(self, filenames: Iterable[StrOrBytesPath], encoding: str | None = None) -> list[str | bytes]: ...
280278
def read_file(self, f: Iterable[str], source: str | None = None) -> None: ...

0 commit comments

Comments
 (0)