Skip to content

Commit

Permalink
fix undefined attributes (stanfordnlp#7916)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomeHirata authored Mar 6, 2025
1 parent c0b79b0 commit be85b62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dspy/dsp/utils/dpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
"""

import unicodedata

import copy
import logging
import regex

logger = logging.getLogger(__name__)

class Tokens:
"""A class to represent a list of tokenized text."""
Expand Down

0 comments on commit be85b62

Please sign in to comment.