Trivial: Remove useless return from files in Cue

Change-Id: I35b8f230ecf9af5ae8901099702c84a4a0c931a4
This commit is contained in:
LiuNanke 2016-01-07 02:24:46 +08:00
parent b9290138bf
commit 758d871760
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(".")])