Skip to content

Commit 255e16c

Browse files
committed
Remove pylint warning
1 parent bb77826 commit 255e16c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

swattool/utils.py

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ def _get_git_username() -> Optional[str]:
3838

3939
class Color:
4040
"""Text color handling."""
41+
42+
# pylint: disable=too-few-public-methods
43+
4144
RESET = "\x1b[0m"
4245
RED = "\x1b[1;31m"
4346
GREEN = "\x1b[1;32m"

0 commit comments

Comments
 (0)