Skip to content

Commit 69697a7

Browse files
committed
remove whitespace
1 parent bcf5d53 commit 69697a7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/asynchronous/unified_format.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ def tearDownClass(cls) -> None:
515515
async def asyncSetUp(self):
516516
# super call creates internal client cls.client
517517
await super().asyncSetUp()
518-
519518
# process file-level runOnRequirements
520519
run_on_spec = self.TEST_SPEC.get("runOnRequirements", [])
521520
if not await self.should_run_on(run_on_spec):

test/unified_format.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,6 @@ def tearDownClass(cls) -> None:
514514
def setUp(self):
515515
# super call creates internal client cls.client
516516
super().setUp()
517-
518517
# process file-level runOnRequirements
519518
run_on_spec = self.TEST_SPEC.get("runOnRequirements", [])
520519
if not self.should_run_on(run_on_spec):

0 commit comments

Comments
 (0)