From db4bc587490d671a32be94c0c970e97ee71cad1a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 22 Feb 2020 19:36:34 +0100 Subject: [PATCH] remove unused variable --- chloro/phyll/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/chloro/phyll/views.py b/chloro/phyll/views.py index 6f0f0f7..6c8fdab 100644 --- a/chloro/phyll/views.py +++ b/chloro/phyll/views.py @@ -123,7 +123,6 @@ class AtomFeed(Feed): return item.text def item_guid(self, item): - legacy_id = None for tag in item.tags.all(): if tag.name.startswith('old-post-id-'): return 'http://www.0d.be/posts/%s' % tag.name.split('-')[-1] -- 2.39.2