Skip to content

Commit

Permalink
Remove JSON from valid result types (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryBrain authored Sep 18, 2024
1 parent 1bae091 commit 8cf5205
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llama_parse/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ class ResultType(str, Enum):

TXT = "text"
MD = "markdown"
JSON = "json"


class Language(str, Enum):
Expand Down

0 comments on commit 8cf5205

Please sign in to comment.