Skip to content

Commit b9a59b5

Browse files
author
John Chadwick
committed
Ignore missing mypy types on gencode
1 parent 069935c commit b9a59b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protovalidate/internal/field_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from buf.validate import validate_pb2
15+
from buf.validate import validate_pb2 # type: ignore
1616
from . import string_format
1717

1818

0 commit comments

Comments
 (0)