Fix all errors and warnings
This commit is contained in:
parent
204f64049b
commit
504f1c5fe6
7 changed files with 58 additions and 67 deletions
|
|
@ -2,7 +2,7 @@ import logging
|
|||
import os
|
||||
|
||||
from platformdirs import user_data_dir
|
||||
from reader import Entry, Reader, TagNotFoundError, make_reader
|
||||
from reader import Entry, Reader, TagNotFoundError, make_reader # type: ignore
|
||||
|
||||
logging_format: str = "[%(asctime)s] [%(funcName)s:%(lineno)d] %(message)s"
|
||||
logging.basicConfig(level=logging.DEBUG, format=logging_format)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue