mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
removed a couple of slashes
This commit is contained in:
parent
abd1155e19
commit
ecc81ce46d
3 changed files with 3 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ class PathNode:
|
|||
self.look = look
|
||||
|
||||
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()))
|
||||
|
||||
def dot_id(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue