Skip to content

Commit

Permalink
fix: remove unused enum at document_converter (#25)
Browse files Browse the repository at this point in the history
* Update document_converter.py

Fix #23

Remove unused code.

* fix: remove unused enum in document_converter

* fix: remove unused enum in document_converter
  • Loading branch information
JU-2094 committed Mar 5, 2024
1 parent a6cdaa0 commit a3b7b2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/langchain_google_datastore/document_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import itertools
import json
from enum import StrEnum
from typing import TYPE_CHECKING, Any, Dict, List

import more_itertools
Expand Down

0 comments on commit a3b7b2f

Please sign in to comment.