Skip to content

Commit 1610d97

Browse files
author
Joel Collins
committed
Revert static view builder to old submodule
1 parent 21c6f76 commit 1610d97

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/labthings/extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from flask import url_for
99

1010
from .utilities import camel_to_snake, get_docstring, snake_to_spine
11-
from .views.static import static_from
11+
from .views.builder import static_from
1212

1313

1414
class BaseExtension:

src/labthings/views/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
from ..schema import ActionSchema, Schema, build_action_schema
1515
from ..utilities import unpack
1616
from . import op
17+
from . import builder
1718

18-
__all__ = ["MethodView", "View", "ActionView", "PropertyView", "op"]
19+
__all__ = ["MethodView", "View", "ActionView", "PropertyView", "op", "builder"]
1920

2021

2122
class View(MethodView):
File renamed without changes.

0 commit comments

Comments
 (0)