cleanup; remove unused imports
This commit is contained in:
parent
a11a3af597
commit
5ecd4b4810
39 changed files with 36 additions and 67 deletions
|
@ -5,7 +5,6 @@ REQUIRES = [
|
|||
'git+https://github.com/karlicoss/pockexport',
|
||||
]
|
||||
from dataclasses import dataclass
|
||||
from typing import Optional
|
||||
|
||||
from .core import Paths
|
||||
|
||||
|
@ -36,7 +35,6 @@ except ModuleNotFoundError as e:
|
|||
|
||||
Article = dal.Article
|
||||
|
||||
from pathlib import Path
|
||||
from typing import Sequence, Iterable
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue