Merge "Trivial: Remove useless return from files in Cue"

This commit is contained in:
Jenkins 2016-01-06 21:51:51 +00:00 committed by Gerrit Code Review
commit 0d0e5e6cd6
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ class CueObjectMetaclass(type):
# This means this is a base class using the metaclass. I.e.,
# the 'CueObject' class.
cls._obj_classes = collections.defaultdict(list)
return
def _vers_tuple(obj):
return tuple([int(x) for x in obj.VERSION.split(".")])