Skip to content

Commit 5a24bf8

Browse files
authored
setuptools: delete _distutils.command.check.HAS_DOCUTILS (#8529)
Fixes #8527
1 parent a0d1f46 commit 5a24bf8

File tree

1 file changed

+0
-2
lines changed
  • stubs/setuptools/setuptools/_distutils/command

1 file changed

+0
-2
lines changed

stubs/setuptools/setuptools/_distutils/command/check.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ class SilentReporter(_Reporter):
2020
) -> None: ...
2121
def system_message(self, level, message, *children, **kwargs): ...
2222

23-
HAS_DOCUTILS: bool
24-
2523
class check(Command):
2624
description: str
2725
user_options: Any

0 commit comments

Comments
 (0)