We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778bba9 commit a4a77ccCopy full SHA for a4a77cc
src/compas/files/_xml/xml_pre_38.py
@@ -4,9 +4,9 @@
4
5
import xml.etree.ElementTree as ET
6
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
+from compas.files._xml.xml_cpython import prettify_string # noqa: F401
+
+# doesn't need special handling for pre-3.8 so we just import
10
11
12
def xml_from_file(source, tree_parser=None):
0 commit comments