Skip to content

Commit eb35add

Browse files
authored
Fix line too long
1 parent 47fc04f commit eb35add

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dlp/inspect_content_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ def test_inspect_gcs_file(bucket, topic_id, subscription_id, capsys):
273273

274274

275275
@flaky
276-
def test_inspect_gcs_file_with_custom_info_types(bucket, topic_id, subscription_id, capsys):
276+
def test_inspect_gcs_file_with_custom_info_types(bucket, topic_id,
277+
subscription_id, capsys):
277278
dictionaries = ['[email protected]']
278279
regexes = ['\\(\\d{3}\\) \\d{3}-\\d{4}']
279280

0 commit comments

Comments
 (0)