Skip to content

Commit

Permalink
fixed regex import
Browse files Browse the repository at this point in the history
  • Loading branch information
onadegibert committed Sep 26, 2023
1 parent 2775324 commit 3637759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onmt/transforms/filtering.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from onmt.transforms import register_transform
from .transform import Transform, ObservableStats
import regex as re
import re
import math
import itertools
import string
Expand Down

0 comments on commit 3637759

Please sign in to comment.