Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Oct 14, 2024
1 parent 8e81528 commit 2fbb7bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/HABApp/config/logging/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
from logging import LogRecord
from logging.handlers import RotatingFileHandler
from pathlib import Path
from typing import override

from typing_extensions import override


class MidnightRotatingFileHandler(RotatingFileHandler):
Expand Down

0 comments on commit 2fbb7bb

Please sign in to comment.