paywix icon indicating copy to clipboard operation
paywix copied to clipboard

(PYL-R0205) Useless inheritance from `object`

Open renjithsraj opened this issue 4 years ago • 0 comments

Description

The class is inheriting from object, which is implicit under Python3 , hence can be safely removed from bases.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/renjithsraj/paywix/issue/PYL-R0205/occurrences/

renjithsraj avatar Jul 31 '20 08:07 renjithsraj