refac: unused logger
This commit is contained in:
parent
1b57fcf43d
commit
ac4aeeed7f
1 changed files with 0 additions and 3 deletions
|
@ -2,13 +2,10 @@
|
|||
Python representation of the "config.txt" file inside the WebDAV directory.
|
||||
"""
|
||||
|
||||
import logging
|
||||
from typing import Any
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class TickerUIConfig(BaseModel):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue