bug cleanup pass from sonarqube

This commit is contained in:
Blake J. Harnden 2017-06-16 15:17:12 -07:00
parent 5920a09aae
commit 1caa6ab8c9
3 changed files with 7 additions and 23 deletions

View file

@ -73,8 +73,6 @@ class NetgraphNet(PyCoreNet):
PyCoreNet.attach(self, netif)
def detach(self, netif):
if self.up:
pass
PyCoreNet.detach(self, netif)
def linked(self, netif1, netif2):