mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed E305 flake8 warnings.
This commit is contained in:
parent
6072de727f
commit
967be82443
114 changed files with 360 additions and 0 deletions
|
@ -7,6 +7,7 @@ from .http import SimpleSitemap
|
|||
class HTTPSSitemap(SimpleSitemap):
|
||||
protocol = 'https'
|
||||
|
||||
|
||||
secure_sitemaps = {
|
||||
'simple': HTTPSSitemap,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue