my.core: deprecate Path/dataclass imports from my.core during type checking
runtime still works for backwards compatibility
This commit is contained in:
parent
ac64b08915
commit
432c64ef56
10 changed files with 34 additions and 18 deletions
|
@ -4,9 +4,10 @@ Parses active browser history by backing it up with [[http://github.com/seanbrec
|
|||
|
||||
REQUIRES = ["browserexport", "sqlite_backup"]
|
||||
|
||||
from dataclasses import dataclass
|
||||
|
||||
from my.config import browser as user_config
|
||||
from my.core import Paths, dataclass
|
||||
from my.core import Paths
|
||||
|
||||
|
||||
@dataclass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue