Skip to content

Commit 2efaa6a

Browse files
authored
setuptools: fix stubtest (#8540)
Fixes #8539
1 parent 9286441 commit 2efaa6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/setuptools/setuptools/command/egg_info.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class egg_info(InfoCommon, Command):
4242
def check_broken_egg_info(self) -> None: ...
4343

4444
class FileList(_FileList):
45+
def __init__(self, warn=..., debug_print=..., ignore_egg_info_dir: bool = ...) -> None: ...
4546
def process_template_line(self, line) -> None: ...
4647
def include(self, pattern): ...
4748
def exclude(self, pattern): ...

0 commit comments

Comments
 (0)