Skip to content

Commit 8cbe814

Browse files
committed
format
Change-Id: I4d00cad9d0e6485f5b710d2ffcec82a9b738e2b0
1 parent 8dd5977 commit 8cbe814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_async_code_match.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def _execute_code_match(self, source, asource):
7575
asource = re.sub(" *?# type: ignore", "", asource)
7676
self.assertEqual(source, asource)
7777

78-
@absltest.skip('This test is broken: globally matching functions based only on the name')
78+
@absltest.skip("This test is broken: globally matching functions based only on the name")
7979
def test_code_match_for_async_methods(self):
8080
for fpath in (pathlib.Path(__file__).parent.parent / "google").rglob("*.py"):
8181
if fpath.name in EXEMPT_FILES or any([d in fpath.parts for d in EXEMPT_DIRS]):

0 commit comments

Comments
 (0)