Skip to content

Commit

Permalink
Fix a couple of video intelligence issues. (#3447)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer committed May 23, 2017
1 parent 0ae8c3c commit 0ec8e3b
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 0ec8e3b

Please sign in to comment.