Skip to content

Commit 1c91ac8

Browse files
committed
Fix type hint in setuptools/unicode_utils.py
1 parent 463b60c commit 1c91ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/unicode_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def _read_utf8_with_fallback(file: str, fallback_encoding=py39.LOCALE_ENCODING)
6666

6767
def _cfg_read_utf8_with_fallback(
6868
cfg: ConfigParser, file: str, fallback_encoding=py39.LOCALE_ENCODING
69-
) -> str:
69+
) -> None:
7070
"""Same idea as :func:`_read_utf8_with_fallback`, but for the
7171
:meth:`ConfigParser.read` method.
7272

0 commit comments

Comments
 (0)