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 untrusted user: 00dani
GPG key ID: 8EB789DDF3ABD240

View file

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