Skip to content

Commit a808242

Browse files
committed
Fix linting problem
1 parent 849cfb1 commit a808242

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setuptools_rust/build.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -780,8 +780,7 @@ def _replace_cross_target_dir(path: str, ext: RustExtension, *, quiet: bool) ->
780780

781781

782782
def _get_bdist_wheel_cmd( # type: ignore[no-any-unimported]
783-
dist: Distribution,
784-
create: bool = True
783+
dist: Distribution, create: bool = True
785784
) -> Optional[CommandBdistWheel]:
786785
try:
787786
cmd_obj = dist.get_command_obj("bdist_wheel", create=create)

0 commit comments

Comments
 (0)