Skip to content

Commit df93a68

Browse files
authored
Fix typo in non-gRPC import. (googleapis#8028)
Closes googleapis#8026.
1 parent 583638b commit df93a68

File tree

1 file changed

+1
-1
lines changed
  • error_reporting/google/cloud/error_reporting

1 file changed

+1
-1
lines changed

error_reporting/google/cloud/error_reporting/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
try:
2323
from google.cloud.error_reporting._gapic import make_report_error_api
2424
except ImportError: # pragma: NO COVER
25-
from google.api_core import ciient_info # noqa
25+
from google.api_core import client_info # noqa
2626

2727
_HAVE_GRPC = False
2828
else:

0 commit comments

Comments
 (0)