Class 'Album' inherits from object, can be safely removed from bases in python3 (useless-object-inheritance)
Codacy detected an issue:
Message: Class 'Album' inherits from object, can be safely removed from bases in python3 (useless-object-inheritance)
Occurred on:
- Commit: 026a0b07
- File: deethon/types.py
- LineNum: 17
-
Code:
class Album(object):
Currently on:
- Commit: 026a0b07
- File: deethon/types.py
- LineNum: 17