From 967be82443b5640d61608a89897d8ce2bc44fa54 Mon Sep 17 00:00:00 2001 From: Ramin Farajpour Cami Date: Sat, 12 Nov 2016 20:41:23 +0330 Subject: Fixed E305 flake8 warnings. --- tests/sitemaps_tests/urls/https.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/sitemaps_tests/urls/https.py') diff --git a/tests/sitemaps_tests/urls/https.py b/tests/sitemaps_tests/urls/https.py index ec4ab1489f..4f07d4759c 100644 --- a/tests/sitemaps_tests/urls/https.py +++ b/tests/sitemaps_tests/urls/https.py @@ -7,6 +7,7 @@ from .http import SimpleSitemap class HTTPSSitemap(SimpleSitemap): protocol = 'https' + secure_sitemaps = { 'simple': HTTPSSitemap, } -- cgit v1.3