Skip to content

Commit eee5d09

Browse files
restyled-commitscecille
authored andcommitted
Restyled by isort
1 parent 764501b commit eee5d09

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/spec_xml/generate_spec_xml.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@
2020
import re
2121
import subprocess
2222
import sys
23+
import xml.etree.ElementTree as ElementTree
24+
from pathlib import Path
2325

2426
import click
2527

26-
from pathlib import Path
27-
import xml.etree.ElementTree as ElementTree
28-
2928
DEFAULT_CHIP_ROOT = os.path.abspath(
3029
os.path.join(os.path.dirname(__file__), '..', '..'))
3130
DEFAULT_OUTPUT_DIR = os.path.abspath(

0 commit comments

Comments
 (0)