Skip to content

Commit fe01683

Browse files
committed
Fix lint issue with method signature.
1 parent 7b505db commit fe01683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-error-reporting/unit_tests/test_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ def test_report_exception_wo_gax(self):
107107
self.assertIsNotNone(target.report_errors_api)
108108

109109
@mock.patch('google.cloud.error_reporting.client.make_report_error_api')
110-
def test_report_exception_with_service_version_in_constructor(self,
111-
make_client):
110+
def test_report_exception_with_service_version_in_constructor(
111+
self, make_client):
112112
CREDENTIALS = _make_credentials()
113113
SERVICE = "notdefault"
114114
VERSION = "notdefaultversion"

0 commit comments

Comments
 (0)