Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Sep 19, 2024
1 parent 96a1210 commit 9c7768f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playa/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os.path
import struct
from io import BytesIO
from typing import BinaryIO, Tuple, Literal
from typing import BinaryIO, Literal, Tuple

from playa.exceptions import PDFValueError
from playa.jbig2 import JBIG2StreamReader, JBIG2StreamWriter
Expand Down

0 comments on commit 9c7768f

Please sign in to comment.