diff options
Diffstat (limited to 'module/remote/RequestObject.py')
-rw-r--r-- | module/remote/RequestObject.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/remote/RequestObject.py b/module/remote/RequestObject.py index 86e803e9c..7080a6faf 100644 --- a/module/remote/RequestObject.py +++ b/module/remote/RequestObject.py @@ -6,7 +6,6 @@ authored by: RaNaN represents the object for interaction """ - class RequestObject(object): def __init__(self): self.version = 0 |