Skip to content

Commit 21091f8

Browse files
committed
Fix Lint errors
1 parent 225cf6f commit 21091f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/dash-table/tests/selenium/test_basic_copy_paste.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def test_tbcp004_copy_9_and_10(test):
173173

174174
assert test.get_log_errors() == []
175175

176+
176177
@pytest.mark.skip(
177178
reason="Prop `data_previous` is not correctly updated with copy+paste"
178179
)
@@ -278,6 +279,7 @@ def test_tbcp008_copy_paste_between_tables_with_hidden_columns(test):
278279

279280
assert test.get_log_errors() == []
280281

282+
281283
def test_tbcp009_copy_9_and_10_click(test):
282284
test.start_server(get_app())
283285

0 commit comments

Comments
 (0)