Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

refactor: put docstring into a single line #6

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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