Satisfy autopep8 by adding a newline between two methods

This commit is contained in:
Danielle McLean 2018-06-04 10:16:09 +10:00
parent 121789febe
commit d91676289b
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ class EntriesSitemap(sitemaps.Sitemap):
def lastmod(self, entry):
return entry.updated
def location(self, entry):
return entry.url