mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 08:24:46 +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
|
self.look = look
|
||||||
|
|
||||||
def to_dot(self):
|
def to_dot(self):
|
||||||
print('node [shape=%s,label="%s"] %d;' %
|
print('node [shape=%s,label="%s"] %d;' % (
|
||||||
(self.look, self.name, self.dot_id()))
|
self.look, self.name, self.dot_id()))
|
||||||
|
|
||||||
def dot_id(self):
|
def dot_id(self):
|
||||||
return id(self)
|
return id(self)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue