Skip to content

Commit 1e48ce9

Browse files
committed
uv run -- ruff check --fix protovalidate test
1 parent f152180 commit 1e48ce9

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

protovalidate/internal/rules.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,15 @@
1919

2020
import celpy
2121
from celpy import celtypes
22-
from google.protobuf import any_pb2, descriptor, duration_pb2, message, message_factory, timestamp_pb2, unknown_fields # type: ignore[attr-defined]
22+
from google.protobuf import ( # type: ignore[attr-defined]
23+
any_pb2,
24+
descriptor,
25+
duration_pb2,
26+
message,
27+
message_factory,
28+
timestamp_pb2,
29+
unknown_fields,
30+
)
2331

2432
from buf.validate import validate_pb2
2533
from protovalidate.internal.cel_field_presence import InterpretedRunner, in_has

0 commit comments

Comments
 (0)