Skip to content

Commit

Permalink
added import Tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedTammaa committed Dec 17, 2024
1 parent 6a2f1e9 commit 17ae8b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import re
import string
from pathlib import Path
from typing import Any, List
from typing import Any, List, Tuple

import pytest
from langchain_core.documents import Document
Expand Down

0 comments on commit 17ae8b9

Please sign in to comment.