Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 15, 2023
1 parent ec759a1 commit 3799b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/pep517_backend/_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@
__all__ = ( # noqa: WPS317, WPS410
'build_sdist',
'build_wheel',
'get_requires_for_build_editable',
'get_requires_for_build_wheel',
'prepare_metadata_for_build_wheel',
*(
() if _setuptools_build_editable is None
else (
'build_editable',
'get_requires_for_build_editable',
'prepare_metadata_for_build_editable',
'prepare_metadata_for_build_wheel',
)
),
)
Expand Down

0 comments on commit 3799b7e

Please sign in to comment.