Skip to content

Commit

Permalink
Add empty line for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
JorjMcKie authored Jan 7, 2025
1 parent dfba2d1 commit 882d56f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4209,10 +4209,7 @@ def extract_image(self, xref):

o = mupdf.pdf_dict_geta(obj, PDF_NAME('SMask'), PDF_NAME('Mask'))
cs_string = mupdf.pdf_dict_geta(obj, PDF_NAME('ColorSpace'), PDF_NAME('CS')).pdf_to_name()
<<<<<<< HEAD

=======
>>>>>>> 4be00558 (Address 4186)
if o.m_internal:
smask = mupdf.pdf_to_num(o)

Expand Down

0 comments on commit 882d56f

Please sign in to comment.