-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update samples to v1 [(#1221)](GoogleCloudPlatform/python-docs-sample…
…s#1221) * update samples to v1 * replace while loop with operation.result(timeout) * addressing review comments * flake * flake
- Loading branch information
1 parent
f051bf2
commit ef0120a
Showing
3 changed files
with
50 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,9 @@ | |
# limitations under the License. | ||
|
||
import os | ||
|
||
import pytest | ||
|
||
import analyze | ||
|
||
|
||
|
2 changes: 1 addition & 1 deletion
2
packages/google-cloud-videointelligence/samples/analyze/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
google-cloud-videointelligence==0.28.0 | ||
google-cloud-videointelligence==1.0.0 |