8000 fix · dalequark/python-docs-samples@5842816 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5842816

Browse files
committed
fix
1 parent 057c101 commit 5842816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datalabeling/create_instruction_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
import pytest
2222

2323
PROJECT_ID = os.getenv('GCLOUD_PROJECT')
24-
INSTRUCTION_GCS_URI = 'gs://cloud-samples-data/datalabeling',\
25-
'/instruction/test.pdf'
24+
INSTRUCTION_GCS_URI = ('gs://cloud-samples-data/datalabeling'
25+
'/instruction/test.pdf')
2626

2727

2828
@pytest.mark.slow

0 commit comments

Comments
 (0)
0