Skip to content

Commit cf807db

Browse files
authored
Merge pull request #3039 from daspecster/formatting-style-part-1
Spanner, BigQuery, Core, Error Reporting, Logging formatting style updates.
2 parents 86789a8 + 3d5e933 commit cf807db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/google-cloud-core/unit_tests/test__helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ class Test__name_from_project_path(unittest.TestCase):
669669

670670
def _call_fut(self, path, project, template):
671671
from google.cloud._helpers import _name_from_project_path
672+
672673
return _name_from_project_path(path, project, template)
673674

674675
def test_w_invalid_path_length(self):

0 commit comments

Comments
 (0)