mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-04 23:53:23 +00:00
[Lint] Fix flake8
This commit is contained in:
parent
1e41891943
commit
d0d070aaf0
@ -92,7 +92,7 @@ class TopLevelResource(Resource):
|
||||
self.putChild('rename', RenameResource())
|
||||
self.putChild('partial', PartialDownloadResource())
|
||||
|
||||
def getChild(self, path, request): # NOQA: N803
|
||||
def getChild(self, path, request): # NOQA: N802
|
||||
if path == '':
|
||||
return self
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user