Remove useless __new__
This commit is contained in:
parent
5dec1adc97
commit
55478e2e8d
1 changed files with 0 additions and 3 deletions
|
@ -48,9 +48,6 @@ class Module(bumblebee.engine.Module):
|
|||
|
||||
|
||||
class BandwidthInfo(object):
|
||||
def __init__(self):
|
||||
self.bandwidth()
|
||||
|
||||
def bytes_recv(self):
|
||||
return self.bandwidth().bytes_recv
|
||||
|
||||
|
|
Loading…
Reference in a new issue