remove unused logger
This commit is contained in:
parent
a4da7385e8
commit
71835e86cb
1 changed files with 1 additions and 3 deletions
|
@ -21,7 +21,7 @@ class config(user_config.active_browser):
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Sequence, Iterator
|
from typing import Sequence, Iterator
|
||||||
|
|
||||||
from my.core import get_files, Stats, LazyLogger
|
from my.core import get_files, Stats
|
||||||
from browserexport.merge import read_visits, Visit
|
from browserexport.merge import read_visits, Visit
|
||||||
from sqlite_backup import sqlite_backup
|
from sqlite_backup import sqlite_backup
|
||||||
|
|
||||||
|
@ -29,8 +29,6 @@ from .common import _patch_browserexport_logs
|
||||||
|
|
||||||
_patch_browserexport_logs()
|
_patch_browserexport_logs()
|
||||||
|
|
||||||
logger = LazyLogger(__name__, level="warning")
|
|
||||||
|
|
||||||
|
|
||||||
def inputs() -> Sequence[Path]:
|
def inputs() -> Sequence[Path]:
|
||||||
return get_files(config.export_path)
|
return get_files(config.export_path)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue