File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 129129env.bak /
130130venv.bak /
131131
132+ # OS files
133+ .DS_Store
134+
132135# Spyder project settings
133136.spyderproject
134137.spyproject
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
2929# Version of the cel-spec that this implementation is conformant with.
3030# This should be kept in sync with the version in ../Makefile.
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