Skip to content

Commit

Permalink
Import cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchilvers committed Apr 1, 2024
1 parent 5b99d73 commit 8916cec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/tools/builder/src/python/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
from pyscript.ffi import create_proxy

import invent
from invent.ui import App, AVAILABLE_COMPONENTS, create_component, export, Page
from invent.ui.core import Column, Container, Component, Row, Widget, from_datastore
from invent.ui.page import Page
from invent.ui import (
App, AVAILABLE_COMPONENTS, Column, Container, create_component, export, Page,
Row, Widget, from_datastore
)
from invent.ui.core import Component


class Builder:
Expand Down

0 comments on commit 8916cec

Please sign in to comment.