Commit 96dae40b authored by Jérome Perrin's avatar Jérome Perrin Committed by Arnaud Fontaine

web_service: pylint on py3

parent f162be3d
...@@ -87,13 +87,13 @@ class AuthenticationBase(object): ...@@ -87,13 +87,13 @@ class AuthenticationBase(object):
This hook is called upon connection. It can be used to exchange This hook is called upon connection. It can be used to exchange
credentials with remote server. credentials with remote server.
""" """
pass
class NullAuthentication(AuthenticationBase): class NullAuthentication(AuthenticationBase):
""" """
NO-OP authentication. NO-OP authentication.
""" """
pass
class HeaderAuthentication(AuthenticationBase): class HeaderAuthentication(AuthenticationBase):
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment