Skip to content

Commit fe97125

Browse files
authored
Apply suggestions from code review
1 parent f1a2ec2 commit fe97125

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pythonsd/sitemap.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def location(self, item):
2121
class StaticViewSitemap(Sitemap):
2222
changefreq = 'monthly'
2323
protocol = 'https'
24-
lastmod = datetime(2024, 5, 15, 0, 0, 0, tzinfo=timezone.utc)
2524
priority = 0.8
2625

2726
def items(self):

0 commit comments

Comments
 (0)