File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11[settings]
22force_single_line = 1
33known_first_party = cryptojwt
4+ line_length = 100
Original file line number Diff line number Diff line change 11from cryptography .exceptions import InvalidSignature
22from cryptography .hazmat .primitives import hashes
33from cryptography .hazmat .primitives .asymmetric import ec
4- from cryptography .hazmat .primitives .asymmetric .utils import \
5- decode_dss_signature
6- from cryptography .hazmat .primitives .asymmetric .utils import \
7- encode_dss_signature
4+ from cryptography .hazmat .primitives .asymmetric .utils import decode_dss_signature
5+ from cryptography .hazmat .primitives .asymmetric .utils import encode_dss_signature
86from cryptography .utils import int_from_bytes
97from cryptography .utils import int_to_bytes
108
You can’t perform that action at this time.
0 commit comments