Update cibuildwheel/util.py
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
This commit is contained in:
co-authored by
Henry Schreiner
parent
7914432a68
commit
246aa0848e
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user