From 9ed1289b01f09a8f130460083c4d91d4ad6b5420 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Thu, 24 May 2018 12:12:12 +0200 Subject: [PATCH] run black on test_source_multiline_block.py --- testing/code/test_source_multiline_block.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testing/code/test_source_multiline_block.py b/testing/code/test_source_multiline_block.py index 8c41c9efa..92f7412eb 100644 --- a/testing/code/test_source_multiline_block.py +++ b/testing/code/test_source_multiline_block.py @@ -12,10 +12,13 @@ def test_getstartingblock_multiline(): see hhatto/autopep8#307). It was considered better to just move this single test to its own file and exclude it from autopep8 than try to complicate things. """ + class A(object): + def __init__(self, *args): frame = sys._getframe(1) self.source = _pytest._code.Frame(frame).statement + # fmt: off x = A('x', 'y'