Skip to content

Commit defcd5c

Browse files
Remove one more unnecessary type: ignore
1 parent 0eb26a0 commit defcd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conformance/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sys
1616
import typing
1717

18-
import celpy # type: ignore
18+
import celpy
1919
from google.protobuf import any_pb2, descriptor, descriptor_pool, message_factory
2020

2121
import protovalidate

0 commit comments

Comments
 (0)