Skip to content

Commit aa550ce

Browse files
Add name to MetaKGParserHandler avoinding issues with handlers without name. (#300)
1 parent e950d74 commit aa550ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/handlers/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,7 @@ class MetaKGParserHandler(BaseHandler, MetaKGHandlerMixin):
777777
Whether to include BTE (BioThings Explorer) specific metadata.
778778
"""
779779

780+
name = "metakgparser"
780781
kwargs = {
781782
"*": {
782783
"api_details": {"type": bool, "default": False},

0 commit comments

Comments
 (0)