Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/techui_builder/autofill.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
from lxml.etree import Element, SubElement, tostring
from lxml.objectify import ObjectifiedElement, fromstring

from techui_builder.generate_jsonmap import _get_action_group
from techui_builder.models import Component
from techui_builder.utils import read_bob
from techui_builder.utils import _get_action_group, read_bob

logger_ = logging.getLogger(__name__)

Expand Down
Loading
Loading