Remove useless __new__

This commit is contained in:
Thaynã B. Moretti 2019-06-21 13:14:49 -03:00
parent 5dec1adc97
commit 55478e2e8d
No known key found for this signature in database
GPG key ID: 6F6E110817B19E8D

View file

@ -48,9 +48,6 @@ class Module(bumblebee.engine.Module):
class BandwidthInfo(object): class BandwidthInfo(object):
def __init__(self):
self.bandwidth()
def bytes_recv(self): def bytes_recv(self):
return self.bandwidth().bytes_recv return self.bandwidth().bytes_recv