Skip to content

Commit

Permalink
Apply Ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
marxin committed Apr 28, 2024
1 parent ec8999c commit 0430dac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cvise.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,14 @@ def get_available_cores():
return 1


EPILOG_TEXT = (
f"""
EPILOG_TEXT = f"""
available shortcuts:
S - skip execution of the current pass
D - toggle --print-diff option
For bug reporting instructions, please use:
{CVise.Info.PACKAGE_URL}
"""
)

if __name__ == '__main__':
parser = argparse.ArgumentParser(
Expand Down

0 comments on commit 0430dac

Please sign in to comment.