Skip to content

Commit 3f7d6c2

Browse files
Avasamabravalheri
andauthored
Apply suggested comment
Co-authored-by: Anderson Bravalheri <[email protected]>
1 parent dcf7ede commit 3f7d6c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setuptools/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def setup(**attrs) -> Distribution:
113113
# Make sure we have any requirements needed to interpret 'attrs'.
114114
_install_setup_requires(attrs)
115115
# Override return type of distutils.core.Distribution with setuptools.dist.Distribution
116+
# (implicitly implemented via `setuptools.monkey.patch_all`).
116117
return distutils.core.setup(**attrs) # type: ignore[return-value]
117118

118119

0 commit comments

Comments
 (0)