Fix black format

pull/35810/head
Xuan Wang 1 year ago
parent 313c84ed49
commit 70fff7a7c3
  1. 2
      tools/distrib/python/grpcio_tools/grpc_tools/protoc.py

@ -47,7 +47,7 @@ def _get_resource_file_name(
"""Obtain the filename for a resource on the file system."""
file_name = None
if sys.version_info >= (3, 9, 0):
file_name = (
file_name = (
resources.files(package_or_requirement) / resource_name
).resolve()
else:

Loading…
Cancel
Save