Update cibuildwheel/util.py

Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
This commit is contained in:
Joe Rickerby
2020-11-13 15:38:34 +00:00
committed by GitHub
co-authored by Henry Schreiner
parent 7914432a68
commit 246aa0848e
+1 -1
View File
@@ -117,7 +117,7 @@ class DependencyConstraints:
return self.base_file_path
def __repr__(self):
return f'DependencyConstraints({self.base_file_path!r})'
return f'{self.__class__.__name__}{self.base_file_path!r})'
class BuildOptions(NamedTuple):