Skip to content

Commit f9df4ae

Browse files
committed
supress incorrect type warining
1 parent dcba08c commit f9df4ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

permacore/app.py

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

1111

1212
# Set custom theme
13-
theme = gr.themes.Ocean(text_size="lg")
13+
theme = gr.themes.Ocean(text_size="lg") # type: ignore
1414

1515
# Store conversation threads per session
1616
conversation_threads = {}

0 commit comments

Comments
 (0)