Skip to content

Commit aa5b9c6

Browse files
kislyukJanSoderback
authored andcommitted
Sort imports
1 parent 67c07d5 commit aa5b9c6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

signxml/verifier.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
from base64 import b64decode
22
from dataclasses import dataclass, replace
3-
from typing import Callable, FrozenSet, List, Optional, Union, Tuple
3+
from typing import Callable, FrozenSet, List, Optional, Tuple, Union
44
from warnings import warn
55

66
import cryptography.exceptions
77
from cryptography import x509
88
from cryptography.hazmat.primitives.asymmetric import dsa, ec, rsa, utils
99
from cryptography.hazmat.primitives.asymmetric.padding import MGF1, PSS, AsymmetricPadding, PKCS1v15
1010
from cryptography.hazmat.primitives.hmac import HMAC
11-
from cryptography.hazmat.primitives.serialization import load_der_public_key, Encoding, PublicFormat
12-
11+
from cryptography.hazmat.primitives.serialization import Encoding, PublicFormat, load_der_public_key
1312
from lxml import etree
1413

1514
from .algorithms import (

0 commit comments

Comments
 (0)