Various pylint complaince fixes
This commit is contained in:
parent
a92bf785dd
commit
9921a1e754
10 changed files with 19 additions and 15 deletions
|
@ -64,8 +64,8 @@ class Signature(TestCase):
|
|||
|
||||
def send(self, signature, now, data, digest):
|
||||
"""test request"""
|
||||
c = Client()
|
||||
return c.post(
|
||||
client = Client()
|
||||
return client.post(
|
||||
urlsplit(self.rat.inbox).path,
|
||||
data=data,
|
||||
content_type="application/json",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue