Skip to content

Commit

Permalink
refactor: put docstring into a single line
Browse files Browse the repository at this point in the history
If a docstring fits in a single line (72 characters according to PEP8), it is
recommended to have the quotes on the same line.
  • Loading branch information
deepsource-autofix[bot] authored Mar 29, 2024
1 parent 31717d6 commit 8134484
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hsf/engines.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ def deepsparse_support() -> str:


def print_deepsparse_support():
"""
Prints DeepSparse Support Status.
"""
"""Prints DeepSparse Support Status."""
print(
"DeepSparse Optimization Status (minimal: AVX2 | partial: AVX512 | full: AVX512 VNNI):",
deepsparse_support())
Expand Down

0 comments on commit 8134484

Please sign in to comment.