Skip to content

Commit

Permalink
Import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma authored Dec 8, 2024
1 parent 31afa74 commit fc4783f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdfly/cat.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
import sys
import traceback
from pathlib import Path
from typing import List, Tuple, Optional
from typing import List, Optional, Tuple

from pypdf import PageRange, PdfReader, PdfWriter, parse_filename_page_ranges
from pypdf.errors import FileNotDecryptedError
Expand Down

0 comments on commit fc4783f

Please sign in to comment.