Skip to content

Commit ed36d72

Browse files
committed
minor formating fix
1 parent ddee271 commit ed36d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osbot_utils/helpers/xml/Xml__File__Load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from io import StringIO
22
from typing import List, Union, Dict
33
from xml.etree.ElementTree import iterparse, Element, fromstring, ParseError
4-
from osbot_utils.type_safe.Type_Safe import Type_Safe
4+
from osbot_utils.type_safe.Type_Safe import Type_Safe
55
from osbot_utils.helpers.xml.Xml__Attribute import Xml__Attribute
66
from osbot_utils.helpers.xml.Xml__Element import XML__Element
77
from osbot_utils.helpers.xml.Xml__File import Xml__File

0 commit comments

Comments
 (0)