Skip to content

Commit 24cbfda

Browse files
committed
fix: remove unused import
1 parent 6eaf926 commit 24cbfda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/brand/app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import os
21
from pathlib import Path
32

43
import matplotlib.pyplot as plt
@@ -8,7 +7,7 @@
87
from shiny.ui._theme_brand import bootstrap_colors
98

109
theme = ui.Theme.from_brand(__file__)
11-
# theme = ui.Theme()
10+
# theme = ui.Theme() ## default theme
1211
theme.add_rules((Path(__file__).parent / "_colors.scss").read_text())
1312

1413
app_ui = ui.page_navbar(

0 commit comments

Comments
 (0)