Cleanup: Formatting

This commit is contained in:
Hans Goudey
2024-12-30 14:56:50 -05:00
parent 5920b157f6
commit fbc5710ddd

View File

@@ -23,6 +23,7 @@ MAYSUDO = subprocess.run("command -v sudo || command -v doas",
stderr=subprocess.PIPE,
text=True).stdout.rstrip('\n')
class LoggingColoredFormatter(logging.Formatter):
"""
Logging colored formatter,.