Skip to content

Commit

Permalink
pacify flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
0xabu committed Sep 3, 2021
1 parent 45d2ce9 commit 291981f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdfminer/pdfdocument.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import re
import struct
from hashlib import sha256, md5
from typing import (Any, AnyStr, Dict, Iterable, Iterator, KeysView, List,
from typing import (Any, Dict, Iterable, Iterator, KeysView, List,
Optional, Sequence, Tuple, Type, Union, cast)

from cryptography.hazmat.backends import default_backend
Expand Down

0 comments on commit 291981f

Please sign in to comment.