Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
evekhm committed Jul 18, 2024
1 parent db5956e commit 91a1cfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classify-split-extract-workflow/classify-job/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def get_parser_by_doc_type(doc_type: str) -> Optional[Dict[Any, Any]]:
parser_name = get_parser_name_by_doc_type(doc_type)
if parser_name:
return get_config("parser_config", parser_name)

return None


Expand Down

0 comments on commit 91a1cfc

Please sign in to comment.