Fix repr.
This commit is contained in:
parent
5030341d93
commit
980e8b7202
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ class DependencyBuildFixer(BuildFixer):
|
|||
self._fn = fn
|
||||
|
||||
def __repr__(self):
|
||||
return "%s(%s, %r, %s)" % (
|
||||
return "%s(%s, %s)" % (
|
||||
type(self).__name__, self._problem_cls.__name__, self._fn.__name__)
|
||||
|
||||
def can_fix(self, problem: Problem):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue