From 8e288e624ef0f745027c5889ddcb17006dc94cc6 Mon Sep 17 00:00:00 2001 From: MS Date: Wed, 12 May 2021 10:53:43 +0200 Subject: remove failing import --- talermerchantdemos/httpcommon/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'talermerchantdemos/httpcommon/__init__.py') diff --git a/talermerchantdemos/httpcommon/__init__.py b/talermerchantdemos/httpcommon/__init__.py index 0d69407..8d3357c 100644 --- a/talermerchantdemos/httpcommon/__init__.py +++ b/talermerchantdemos/httpcommon/__init__.py @@ -67,7 +67,6 @@ def backend_post(backend_url, endpoint, json, auth_token=None): # @param params (dict type of) URL parameters to append to the request. # @return the JSON response from the backend, or a error response # if something unexpected happens. -@exception_handler def backend_get(backend_url, endpoint, params, auth_token=None): headers = dict() if auth_token is not None: -- cgit v1.2.3