Skip to content

Commit a4a77cc

Browse files
committed
lint
1 parent 778bba9 commit a4a77cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/compas/files/_xml/xml_pre_38.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
import xml.etree.ElementTree as ET
66
from compas import _iotools
7-
from compas.files._xml.xml_cpython import (
8-
prettify_string,
9-
) # doesn't need special handling for pre-3.8 so we just import
7+
from compas.files._xml.xml_cpython import prettify_string # noqa: F401
8+
9+
# doesn't need special handling for pre-3.8 so we just import
1010

1111

1212
def xml_from_file(source, tree_parser=None):

0 commit comments

Comments
 (0)