Skip to content

Commit d5565cd

Browse files
author
Joel Collins
committed
Removed docs view property
1 parent c9f7dbc commit d5565cd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/labthings/server/spec/apispec.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def rule_to_apispec_path(rule: Rule, view, apispec: APISpec):
2323
params = {
2424
"path": rule_to_path(rule),
2525
"operations": view_to_apispec_operations(view, apispec),
26-
**getattr(view, "docs", {}),
2726
}
2827

2928
# Add URL arguments to operations

src/labthings/server/view/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ class View(MethodView):
4242
schema: Schema = None
4343
args: dict = None
4444
tags: list = []
45-
docs: dict = {}
4645
title: None
4746
semtype: str = None
4847
content_type: str = "application/json"

0 commit comments

Comments
 (0)