Skip to content

Commit

Permalink
Remove explicit object base class of DependencyConstraints
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed Apr 8, 2020
1 parent 8be6d47 commit b8dbedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibuildwheel/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def download(url, dest):
response.close()


class DependencyConstraints(object):
class DependencyConstraints:
def __init__(self, base_file_path):
assert os.path.exists(base_file_path)
self.base_file_path = os.path.abspath(base_file_path)
Expand Down

0 comments on commit b8dbedc

Please sign in to comment.