Skip to content

Commit

Permalink
Fix relative import error.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdusell committed Jun 29, 2024
1 parent 30eaf79 commit be7dfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genparse/canonical_tokenization/bpe_canonicalizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import torch

from .canonicalizer import (
from genparse.canonical_tokenization.canonicalizer import (
NonCanonicalTokenizationError,
CanonicalizerIterator,
Canonicalizer,
Expand Down

0 comments on commit be7dfd2

Please sign in to comment.