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 Jan 17, 2024
1 parent 7612e09 commit 7a02582
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/printColor.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Print out with tag, color, format, background
"""
"""Print out with tag, color, format, background"""

from print_color.print_color import print as printColor
from os import get_terminal_size
Expand Down

0 comments on commit 7a02582

Please sign in to comment.