From be8bb87420a73ed665530ad8a72c27cf8289980f Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Mon, 20 Jul 2020 21:00:54 +0200 Subject: [PATCH] Bad pylint. --- certbot/certbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/certbot/__init__.py b/certbot/certbot/__init__.py index 0c180336d..fbd634992 100644 --- a/certbot/certbot/__init__.py +++ b/certbot/certbot/__init__.py @@ -10,4 +10,4 @@ if sys.version_info[:2] == (3, 5): "Python 3.5 support will be dropped in the next release of " "acme. Please upgrade your Python version.", PendingDeprecationWarning, - ) # pragma: no cover \ No newline at end of file + ) # pragma: no cover