File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121from celpy import celtypes
2222from google .protobuf import text_format
2323
24- from test .gen .cel .expr import eval_pb2
25- from test .gen .cel .expr .conformance .test import simple_pb2
2624from protovalidate .internal import extra_func
2725from protovalidate .internal .cel_field_presence import InterpretedRunner
26+ from test .gen .cel .expr import eval_pb2
27+ from test .gen .cel .expr .conformance .test import simple_pb2
2828
2929skipped_tests = [
3030 # cel-python seems to have a bug with ints and booleans in the same map which evaluate to the same value
Original file line number Diff line number Diff line change 1616from google .protobuf import message
1717
1818import protovalidate
19- from test .gen .tests .example .v1 import validations_pb2
2019from protovalidate .internal import rules
20+ from test .gen .tests .example .v1 import validations_pb2
2121
2222validators : list [protovalidate .Validator ] = [
2323 protovalidate , # global module singleton
You can’t perform that action at this time.
0 commit comments