Changeset d0d070


Ignore:
Timestamp:
11/04/2016 11:54:23 PM (9 years ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
Branches:
2.0.x, develop, master
Children:
e31acf
Parents:
1e4189
Message:

[Lint] Fix flake8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • deluge/tests/test_httpdownloader.py

    r1e4189 rd0d070  
    9393        self.putChild('partial', PartialDownloadResource())
    9494
    95     def getChild(self, path, request):  # NOQA: N803
     95    def getChild(self, path, request):  # NOQA: N802
    9696        if path == '':
    9797            return self
Note: See TracChangeset for help on using the changeset viewer.