Skip to content

Useless inheritance from object#336

Merged
effigies merged 1 commit intopython-versioneer:masterfrom
DimitriPapadopoulos:object
Sep 16, 2022
Merged

Useless inheritance from object#336
effigies merged 1 commit intopython-versioneer:masterfrom
DimitriPapadopoulos:object

Conversation

@DimitriPapadopoulos
Copy link
Copy Markdown
Contributor

Useless inheritance from object PYL-R0205

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

The class is inheriting from object, which is implicit under Python 3,
hence can be safely removed from bases.
@effigies effigies merged commit d067637 into python-versioneer:master Sep 16, 2022
@DimitriPapadopoulos DimitriPapadopoulos deleted the object branch September 16, 2022 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants