diff --git a/protovalidate/internal/field_path.py b/protovalidate/internal/field_path.py index 22173df..e5e1428 100644 --- a/protovalidate/internal/field_path.py +++ b/protovalidate/internal/field_path.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from buf.validate import validate_pb2 +from buf.validate import validate_pb2 # type: ignore from . import string_format