transit_server.py: remove unnecessary 'pass'
caught by lgtm.com analysis
This commit is contained in:
parent
94b78609c3
commit
ecf3edb3f7
|
@ -283,7 +283,6 @@ class Transit(protocol.ServerFactory):
|
||||||
def transitFailed(self, p):
|
def transitFailed(self, p):
|
||||||
if self._debug_log:
|
if self._debug_log:
|
||||||
log.msg("transitFailed %r" % p)
|
log.msg("transitFailed %r" % p)
|
||||||
pass
|
|
||||||
|
|
||||||
def recordUsage(self, started, result, total_bytes,
|
def recordUsage(self, started, result, total_bytes,
|
||||||
total_time, waiting_time):
|
total_time, waiting_time):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user