chore: Remove unnecessary imports
This commit is contained in:
parent
3eb7f3f1c7
commit
17c6fefd89
2 changed files with 0 additions and 7 deletions
|
|
@ -1,13 +1,8 @@
|
|||
from dataclasses import dataclass
|
||||
from typing import Protocol
|
||||
|
||||
import papis.api
|
||||
import papis.commands.edit
|
||||
import papis.config
|
||||
import papis.document
|
||||
import papis.git
|
||||
import papis.logging
|
||||
import papis.notes
|
||||
|
||||
from papis_extract.annotation import Annotation
|
||||
from papis_extract.formatter import Formatter
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
from pathlib import Path
|
||||
from typing import Protocol
|
||||
|
||||
import papis.config
|
||||
import papis.document
|
||||
import papis.logging
|
||||
from papis.document import Document
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue