Skip to content

Commit c54ace3

Browse files
authored
Update create_extract_task.py
1 parent 4188aa1 commit c54ace3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/create_extract_task.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def main():
2929
help="desired logging level (set to error by default)",
3030
)
3131
# Options specific to this sample:
32-
# Options specific to this sample
3332
parser.add_argument("resource_type", choices=["workbook", "datasource"])
3433
parser.add_argument("resource_id")
3534
parser.add_argument("--incremental", default=False)

0 commit comments

Comments
 (0)