Skip to content

Commit

Permalink
import bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-Flath committed Feb 11, 2025
1 parent dc582fd commit 74759f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions monsterui/franken.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import mistletoe
from lxml import html, etree
from fasthtml.components import Uk_input_range
import fasthtml.components as fh_comp

# %% ../nbs/02_franken.ipynb
class TextT(VEnum):
Expand Down
3 changes: 2 additions & 1 deletion nbs/02_franken.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"from pathlib import Path\n",
"import mistletoe\n",
"from lxml import html, etree\n",
"from fasthtml.components import Uk_input_range"
"from fasthtml.components import Uk_input_range\n",
"import fasthtml.components as fh_comp"
]
},
{
Expand Down

0 comments on commit 74759f7

Please sign in to comment.