mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 04:06:54 +00:00
flake8/ now passes flake8
This commit is contained in:
parent
c9a5923a46
commit
8810532989
1 changed files with 2 additions and 2 deletions
|
|
@ -58,8 +58,8 @@ class PathNode:
|
|||
self.look = look
|
||||
|
||||
def to_dot(self):
|
||||
print('node [shape=%s,label="%s"] %d;' %
|
||||
(self.look, self.name, self.dot_id()))
|
||||
print('node [shape=%s,label="%s"] %d;' % (
|
||||
self.look, self.name, self.dot_id()))
|
||||
|
||||
def dot_id(self):
|
||||
return id(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue