mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
[Lint] Fix flake8
This commit is contained in:
parent
1e41891943
commit
d0d070aaf0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue