Skip to content

Commit be11a3e

Browse files
committed
deleted commented out lines
1 parent b494da3 commit be11a3e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

sdks/python/apache_beam/runners/interactive/testing/integration/tests/screen_diff_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
@pytest.mark.timeout(300)
2929
class DataFramesTest(BaseTestCase):
3030
def __init__(self, *args, **kwargs):
31-
# kwargs['golden_size'] = (1024, 10000)
3231
super().__init__(*args, **kwargs)
3332

3433
def explicit_wait(self):
@@ -50,7 +49,6 @@ def test_dataframes(self):
5049
@pytest.mark.timeout(300)
5150
class InitSquareCubeTest(BaseTestCase):
5251
def __init__(self, *args, **kwargs):
53-
# kwargs['golden_size'] = (1024, 10000)
5452
super().__init__(*args, **kwargs)
5553

5654
def test_init_square_cube_notebook(self):

0 commit comments

Comments
 (0)