Skip to content

Commit 5324ece

Browse files
committed
[#84613] webui: add missing import of views
Signed-off-by: Maciej Sobkowski <msobkowski@antmicro.com>
1 parent 5f4fc9e commit 5324ece

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

protoplaster/webui/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
template_folder="templates",
77
url_prefix="/",
88
)
9+
10+
from . import views

0 commit comments

Comments
 (0)