Skip to content

Commit e01dff8

Browse files
author
Joel Collins
committed
Fix overriding view methods
1 parent 29f4002 commit e01dff8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

labthings/server/view/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class View(MethodView):
1717
These functions will allow for automated documentation generation
1818
"""
1919

20-
methods = ["get", "post", "put", "delete"]
2120
endpoint = None
2221

2322
def __init__(self, *args, **kwargs):

0 commit comments

Comments
 (0)