Pass make codecheck.
This commit is contained in:
@@ -294,7 +294,6 @@ class CLI( Cmd ):
|
||||
else:
|
||||
error( '*** Unknown command: %s\n' % first )
|
||||
|
||||
|
||||
# pylint: enable-msg=W0613,R0201
|
||||
|
||||
def waitForNode( self, node ):
|
||||
|
||||
@@ -185,7 +185,6 @@ class Topo(object):
|
||||
'''Returns true if node is a switch.'''
|
||||
return self.node_info[n].is_switch
|
||||
|
||||
|
||||
def switches(self, enabled = True):
|
||||
'''Return switches.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user