Skip to content

Commit

Permalink
fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidx33 committed Nov 22, 2024
1 parent 9a46b6c commit efae89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/unit_tests/test_anonymizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from pydantic import BaseModel

from langsmith import Client, traceable, tracing_context
from langsmith.anonymizer import StringNodeRule, create_anonymizer, RuleNodeProcessor
from langsmith.anonymizer import RuleNodeProcessor, StringNodeRule, create_anonymizer

EMAIL_REGEX = re.compile(r"[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}")
UUID_REGEX = re.compile(
Expand Down

0 comments on commit efae89e

Please sign in to comment.