Skip to content

Commit

Permalink
Remove unneded function
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sumin committed Nov 20, 2016
1 parent 9c6aade commit 8465fcd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/protobuf_to_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ def _get_field_value_adaptor(pb, field, type_callable_map=TYPE_CALLABLE_MAP, use
pb.__class__.__name__, field.name, field.type))


def get_bytes(value):
return base64.b64decode(value)


REVERSE_TYPE_CALLABLE_MAP = {
}

Expand Down

0 comments on commit 8465fcd

Please sign in to comment.