Don't use quotes.
This commit is contained in:
parent
97da5ea6bd
commit
c9e2db373f
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ class SimpleBuildFixer(BuildFixer):
|
||||||
self._fn = fn
|
self._fn = fn
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return "%s(%r, %r)" % (
|
return "%s(%s, %s)" % (
|
||||||
type(self).__name__, self._problem_cls.__name__, self._fn.__name__)
|
type(self).__name__, self._problem_cls.__name__, self._fn.__name__)
|
||||||
|
|
||||||
def can_fix(self, problem: Problem):
|
def can_fix(self, problem: Problem):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue