changed return types
This commit is contained in:
parent
233d7fe359
commit
e7331f6d89
@ -30,7 +30,8 @@ def getRandom(self):
|
|||||||
"""
|
"""
|
||||||
:rtype: int
|
:rtype: int
|
||||||
"""
|
"""
|
||||||
return r.self
|
rand = r.self
|
||||||
|
return rand
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user