Skip to content

Commit bb4e463

Browse files
restyled-commitscecille
authored andcommitted
Restyled by isort
1 parent e873f3f commit bb4e463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TestConformanceSupport.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# limitations under the License.
1616
#
1717

18-
from typing import Callable
1918
import xml.etree.ElementTree as ElementTree
19+
from typing import Callable
2020

2121
from conformance_support import (ConformanceDecision, ConformanceException, ConformanceParseParameters, deprecated, disallowed,
2222
mandatory, optional, parse_basic_callable_from_xml, parse_callable_from_xml,

0 commit comments

Comments
 (0)