Remove inheritance from object base

This commit is contained in:
Grzegorz Bokota
2020-02-04 11:58:52 +01:00
committed by Yannick Jadoul
parent e8d121552c
commit 48055273f1
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import subprocess
from cibuildwheel import linux, macos, windows, util
class ArgsInterceptor(object):
class ArgsInterceptor:
def __call__(self, *args, **kwargs):
self.args = args
self.kwargs = kwargs