Skip to content

Commit

Permalink
docs(jaml): add missing param cls (#1839)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongxuanzhang committed Feb 4, 2021
1 parent c526d2a commit e2fc646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jina/jaml/parsers/base.py
Expand Up @@ -20,6 +20,7 @@ class VersionedYAMLParser:
def parse(self, cls: type, data: Dict) -> Union['BaseFlow', 'BaseExecutor', 'BaseDriver']:
"""Return the Flow YAML parser given the syntax version number
:param cls: target class type to parse into, must be a :class:`JAMLCompatible` type
:param data: flow yaml file loaded as python dict
"""
raise NotImplementedError
Expand Down

0 comments on commit e2fc646

Please sign in to comment.