diff options
Diffstat (limited to 'pyload/api/types.py')
-rw-r--r-- | pyload/api/types.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyload/api/types.py b/pyload/api/types.py index 2fd089333..9381df3c7 100644 --- a/pyload/api/types.py +++ b/pyload/api/types.py @@ -2,7 +2,6 @@ # Autogenerated by pyload # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING - class BaseObject(object): __slots__ = [] |