mirror of
https://github.com/kanzure/pdfparanoia.git
synced 2024-12-04 23:15:52 +01:00
better import formatting for core.py
This commit is contained in:
parent
25195f9b11
commit
f3d8475c79
@ -10,7 +10,11 @@ This module provides most of the heavy lifting of pdfparanoia.
|
||||
import sys
|
||||
import inspect
|
||||
|
||||
from .parser import parse_pdf
|
||||
from .parser import (
|
||||
parse_pdf,
|
||||
parse_content,
|
||||
)
|
||||
|
||||
from .plugin import Plugin
|
||||
|
||||
from pdfparanoia.plugins import *
|
||||
|
Loading…
Reference in New Issue
Block a user