Skip to content

Commit 54b9f78

Browse files
jaracoAvasam
andcommitted
Restore return type for run_setup.
Co-authored-by: Avasam <[email protected]>
1 parent e365bc2 commit 54b9f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/command/easy_install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ def report_editable(self, spec, setup_script):
11741174
python = sys.executable
11751175
return '\n' + self.__editable_msg % locals()
11761176

1177-
def run_setup(self, setup_script, setup_base, args):
1177+
def run_setup(self, setup_script, setup_base, args) -> NoReturn:
11781178
raise NotImplementedError("easy_install support has been removed")
11791179

11801180
def build_and_install(self, setup_script, setup_base):

0 commit comments

Comments
 (0)