Skip to content

Commit

Permalink
Remove new style class declaration, now the default.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 12, 2022
1 parent 8a1fe87 commit b653408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/build_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def suppress_known_deprecation():
yield


class _BuildMetaBackend(object):
class _BuildMetaBackend:

def _fix_config(self, config_settings):
config_settings = config_settings or {}
Expand Down

0 comments on commit b653408

Please sign in to comment.