Skip to content

Commit

Permalink
Fix a couple of video intelligence issues. (googleapis#3447)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored and landrito committed Aug 21, 2017
1 parent fec5d55 commit 437d564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from google.cloud.gapic.videointelligence.v1beta1.video_intelligence_service_client import VideoIntelligenceServiceClient
from google.cloud.gapic.videointelligence.v1beta1 import enums

from google.cloud.gapic.videointelligence_v1beta1 import types
from google.cloud.videointelligence_v1beta1 import types



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


names = []
for name, message in get_messages(video_intelligence_pb2):
for name, message in get_messages(video_intelligence_pb2).items():
setattr(sys.modules[__name__], name, message)
names.append(name)

Expand Down

0 comments on commit 437d564

Please sign in to comment.