Skip to content

Commit

Permalink
remove superfluous method override
Browse files Browse the repository at this point in the history
  • Loading branch information
t-8ch committed Aug 20, 2014
1 parent 44c1d84 commit f61ef53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vdirsyncer/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@ def __init__(self, fingerprint=None, **kwargs):
self.fingerprint = str(fingerprint)
super(_FingerprintAdapter, self).__init__(**kwargs)

def send(self, *args, **kwargs):
return super(_FingerprintAdapter, self).send(*args, **kwargs)

def init_poolmanager(self, connections, maxsize, block=False):
self.poolmanager = PoolManager(num_pools=connections,
maxsize=maxsize,
Expand Down

0 comments on commit f61ef53

Please sign in to comment.