From 7a02582f4fc933c6b361cfcf3b11e8b713d4f89f Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 15:53:37 +0000 Subject: [PATCH] refactor: put docstring into a single line If a docstring fits in a single line (72 characters according to PEP8), it is recommended to have the quotes on the same line. --- src/utils/printColor.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/utils/printColor.py b/src/utils/printColor.py index a1e0f0c..8249e44 100644 --- a/src/utils/printColor.py +++ b/src/utils/printColor.py @@ -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