mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
silence pylint in Python 3-specific portion of ipalib/rpc.py
Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
parent
3f0707a199
commit
82fd4250b9
@ -656,7 +656,7 @@ class KerbTransport(SSLTransport):
|
||||
else:
|
||||
connection.putrequest("POST", handler)
|
||||
headers.append(("User-Agent", self.user_agent))
|
||||
self.send_headers(connection, headers)
|
||||
self.send_headers(connection, headers) # pylint: disable=E1101
|
||||
self.send_content(connection, request_body)
|
||||
return connection
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user