summaryrefslogtreecommitdiff
path: root/src/pyssg/per_level_formatter.py
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-02-18 16:36:30 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-02-18 16:36:30 -0600
commit0259f32e880041e3fbfd7bfba2698723c71700c8 (patch)
treefd747e5a93706544e5263f352e7ab21bb56a7730 /src/pyssg/per_level_formatter.py
parentaed766e32e9bb4f05514e180c1468a5a86fb08be (diff)
fix flake8 issues, still need to fix 80+ col lines
Diffstat (limited to 'src/pyssg/per_level_formatter.py')
-rw-r--r--src/pyssg/per_level_formatter.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pyssg/per_level_formatter.py b/src/pyssg/per_level_formatter.py
index 394471e..e3b6977 100644
--- a/src/pyssg/per_level_formatter.py
+++ b/src/pyssg/per_level_formatter.py
@@ -1,5 +1,6 @@
from logging import Formatter, LogRecord, DEBUG, INFO, WARNING, ERROR, CRITICAL
+
# only reason for this class is to get info formatting as normal text
# and everything else with more info and with colors
class PerLevelFormatter(Formatter):