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 1
1
[settings]
2
2
force_single_line = 1
3
3
known_first_party = cryptojwt
4
+ line_length = 100
Original file line number Diff line number Diff line change 1
1
from cryptography .exceptions import InvalidSignature
2
2
from cryptography .hazmat .primitives import hashes
3
3
from 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
8
6
from cryptography .utils import int_from_bytes
9
7
from cryptography .utils import int_to_bytes
10
8
You can’t perform that action at this time.
0 commit comments