Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
pietermarsman committed Dec 26, 2023
1 parent 3bb68a7 commit df6cebd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
import pytest

from pdfminer.layout import LTComponent
from pdfminer.utils import (Plane, format_int_alpha, format_int_roman,
open_filename, shorten_str)
from pdfminer.utils import (
Plane,
format_int_alpha,
format_int_roman,
open_filename,
shorten_str,
)
from tests.helpers import absolute_sample_path


Expand Down

0 comments on commit df6cebd

Please sign in to comment.