Skip to content

Commit

Permalink
PPF-405: isort will fix this
Browse files Browse the repository at this point in the history
  • Loading branch information
chinapandaman committed Nov 19, 2023
1 parent fde8958 commit 6fb9777
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PyPDFForm/core/font.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
from .constants import DEFAULT_FONT_SIZE
from .patterns import TEXT_FIELD_APPEARANCE_PATTERNS
from .template import is_text_multiline, traverse_pattern, get_elements_by_page, get_element_key, \
get_text_field_font_size, get_text_field_font_color, get_paragraph_auto_wrap_length, get_paragraph_lines
get_text_field_font_size, get_text_field_font_color, \
get_paragraph_auto_wrap_length, get_paragraph_lines
from ..middleware.constants import ELEMENT_TYPES
from ..middleware.text import Text

Expand Down

0 comments on commit 6fb9777

Please sign in to comment.