Skip to content

Commit

Permalink
Removing unused type URL from type-map.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Dec 9, 2015
1 parent 4ba9ae2 commit c838b22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gcloud_bigtable/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

from gcloud_bigtable._generated import (
bigtable_cluster_service_messages_pb2 as messages_pb2)
from gcloud_bigtable._generated import bigtable_cluster_data_pb2 as data_pb2
from gcloud_bigtable._generated import duration_pb2


Expand All @@ -38,7 +37,6 @@
_CLUSTER_TYPE_URL = _ADMIN_TYPE_URL_BASE + 'Cluster'
_CLUSTER_CREATE_METADATA = _ADMIN_TYPE_URL_BASE + 'CreateClusterMetadata'
_TYPE_URL_MAP = {
_CLUSTER_TYPE_URL: data_pb2.Cluster,
_CLUSTER_CREATE_METADATA: messages_pb2.CreateClusterMetadata,
_ADMIN_TYPE_URL_BASE + 'UndeleteClusterMetadata': (
messages_pb2.UndeleteClusterMetadata),
Expand Down

0 comments on commit c838b22

Please sign in to comment.