Skip to content

Commit ffccf8f

Browse files
committed
lint code
1 parent a99a0e7 commit ffccf8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/utils/logging.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
from app.utils.singleton import SingletonMetaNoArgs
1212

13+
1314
class RotatingBytesLogger:
1415
"""Logger that respects RotatingFileHandler's rotation capabilities."""
1516

@@ -94,4 +95,4 @@ def __attrs_post_init__(self):
9495
self._logger = structlog.get_logger()
9596

9697
def get_logger(self) -> structlog.BoundLogger:
97-
return self._logger
98+
return self._logger

0 commit comments

Comments
 (0)