Skip to content

Commit b653408

Browse files
committed
Remove new style class declaration, now the default.
1 parent 8a1fe87 commit b653408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/build_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def suppress_known_deprecation():
125125
yield
126126

127127

128-
class _BuildMetaBackend(object):
128+
class _BuildMetaBackend:
129129

130130
def _fix_config(self, config_settings):
131131
config_settings = config_settings or {}

0 commit comments

Comments
 (0)