Skip to content

Commit 63a2a59

Browse files
author
Steve Ayers
committed
Remove comment for now
1 parent 1171740 commit 63a2a59

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

protovalidate/internal/matches.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ def cel_matches(text: celtypes.Value, pattern: celtypes.Value) -> celpy.Result:
5959
6060
Instead of foisting this issue on users, we instead mimic re2 syntax by failing
6161
to compile the regex for patterns not compatible with re2.
62-
63-
If users really want a pure re2 engine, they can provide their own via a config
64-
parameter when creating a validator.
6562
"""
6663
if not isinstance(text, celtypes.StringType):
6764
msg = "invalid argument for text, expected string"

0 commit comments

Comments
 (0)