Skip to content

Commit

Permalink
setup.py: rm unnecessary return
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Mar 7, 2023
1 parent 31ce921 commit 45cec58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ def packaging_handler(target):
mkwheel( getattr(PlatformNames, target) )
else:
raise ValueError(f"Invalid deployment target '{target}'")

return False


def main():
Expand Down

0 comments on commit 45cec58

Please sign in to comment.