Commit e8f33f30 authored by Jérome Perrin's avatar Jérome Perrin

web_service: pylint on py3

parent 59b9adf6
...@@ -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