Skip to content

Commit dcf7ede

Browse files
committed
Remove unused # type: ignore[override]
1 parent 5a26893 commit dcf7ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/command/develop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class develop(Command):
2828
prefix = None
2929
index_url = None
3030

31-
def run(self) -> None: # type: ignore[override] # Not including easy_install's show_deprecation argument
31+
def run(self) -> None:
3232
# Casting because mypy doesn't understand bool mult conditionals
3333
cmd = cast(
3434
list[str],

0 commit comments

Comments
 (0)