gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-merchant-demos] 01/02: linter fix


From: gnunet
Subject: [taler-taler-merchant-demos] 01/02: linter fix
Date: Wed, 21 Apr 2021 21:07:27 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository taler-merchant-demos.

commit 4356540b2eb12b2c307270566b0b4ce969e12c60
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Apr 20 19:10:54 2021 +0200

    linter fix
---
 talermerchantdemos/landing/landing.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/landing/landing.py 
b/talermerchantdemos/landing/landing.py
index 071a44e..ffbedd7 100644
--- a/talermerchantdemos/landing/landing.py
+++ b/talermerchantdemos/landing/landing.py
@@ -21,7 +21,6 @@ import re
 import datetime
 import base64
 import logging
-from urllib.parse import urljoin
 import flask
 from flask import request
 from flask_babel import Babel
@@ -68,6 +67,7 @@ LOGGER.info(
     "Operating with the following translations available: " + " 
".join(translations)
 )
 
+# pylint: disable=no-member
 app.jinja_env.globals.update(self_localized=self_localized)
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]