Remove explicit object base class of DependencyConstraints

This commit is contained in:
Yannick Jadoul
2020-04-08 16:43:01 +02:00
parent 8be6d47eec
commit b8dbedcdbe
+1 -1
View File
@@ -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)