Skip to content

Commit ef103b9

Browse files
remove redundant property
1 parent 033329a commit ef103b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
"route": '/api_spec.json',
4242
"rule_filter": lambda rule: True, # all in
4343
"model_filter": lambda tag: True, # all in
44-
'tags': [
45-
{'name': 'Category', 'description': 'Operations with categories'},
46-
{'name': 'Subategory', 'description': 'Operations with subategories'},
47-
{'name': 'Product', 'description': 'Operations with products'}
48-
],
4944
}
5045
],
5146
'specs_route': '/',

0 commit comments

Comments
 (0)