From 2e2a723efc0fed9a33c15c2394ba8424d7e15661 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sun, 11 Feb 2018 18:52:17 +0000 Subject: F821: Undefined name --- pysite/views/api/asana.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pysite') diff --git a/pysite/views/api/asana.py b/pysite/views/api/asana.py index 98f720b5..bb6f51f9 100644 --- a/pysite/views/api/asana.py +++ b/pysite/views/api/asana.py @@ -112,7 +112,6 @@ class IndexView(APIView): description=f"{story['text']}\n\n" f"No project on task - Keys: `{', '.join(task.keys())}`", color=COLOUR_GREEN, - url=f"https://app.asana.com/0/{project['id']}/{parent}", author_name=story["created_by"]["name"], author_icon=photo ) -- cgit v1.2.3