Skip to content

Commit 7a14897

Browse files
committed
🐛 add missing import
1 parent d27d810 commit 7a14897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vuegen/streamlit_reportview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from . import report as r
1212
from .utils import create_folder, generate_footer, is_url
13-
13+
from .utils.variables import make_valid_identifier
1414

1515

1616
class StreamlitReportView(r.WebAppReportView):

0 commit comments

Comments
 (0)