forked from 00dani/lemoncurry
Satisfy autopep8 by adding a newline between two methods
This commit is contained in:
parent
121789febe
commit
d91676289b
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ class EntriesSitemap(sitemaps.Sitemap):
|
||||||
|
|
||||||
def lastmod(self, entry):
|
def lastmod(self, entry):
|
||||||
return entry.updated
|
return entry.updated
|
||||||
|
|
||||||
def location(self, entry):
|
def location(self, entry):
|
||||||
return entry.url
|
return entry.url
|
||||||
|
|
Loading…
Reference in a new issue