Skip to content

Commit

Permalink
python 3.7 back-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
0xabu committed Sep 5, 2021
1 parent 4dbcf87 commit 6052906
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/pdf2txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import argparse
import logging
import sys
from typing import Any, Container, Iterable, List, Literal, Optional, Union
from typing import Any, Container, Iterable, List, Optional, Union
from typing_extensions import Literal

import pdfminer.high_level
from pdfminer.layout import LAParams
Expand Down

0 comments on commit 6052906

Please sign in to comment.