Skip to content
Snippets Groups Projects
Verified Commit c8b9c6fd authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

api/server: Drop dead code

It was a class parameter from the swh.core.api.asynchronous.RPCServerApp which got
removed some time ago.

This is not defined in the swh.core.api.RPCServerApp.
parent d2d7b5cf
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@ def get_vault():
class VaultServerApp(RPCServerApp):
client_exception_classes = (NotFoundExc,)
extra_type_decoders = DECODERS
extra_type_encoders = ENCODERS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment