Split lines to make pylint happy

This commit is contained in:
Bob Lantz
2016-04-26 14:48:06 -07:00
parent c7e23ccedf
commit 40353c9150
3 changed files with 4 additions and 4 deletions
-1
View File
@@ -6,7 +6,6 @@ Example to create a Mininet topology and connect it to the internet via NAT
from mininet.cli import CLI
from mininet.log import lg
from mininet.node import Node
from mininet.topolib import TreeNet
if __name__ == '__main__':