Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit f54ac09

Browse files
committed
Remove an obsolete docstring annotation.
The `raw` parameter was removed from `parse` in bd8c2d5, but we forgot to drop the doc string for it. Fixes #143. Signed-off-by: M. J. Fromberger <michael.j.fromberger@gmail.com>
1 parent d2adf31 commit f54ac09

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bblfsh/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def parse(self, filename: str, language: Optional[str]=None,
6868
:param contents: The contents of the file. IF None, it is read from \
6969
filename.
7070
:param mode: UAST transformation mode.
71-
:param raw: Return raw binary UAST without decoding it.
7271
:param timeout: The request timeout in seconds.
7372
:type filename: str
7473
:type language: str

0 commit comments

Comments
 (0)