From 7d258c9c58b61276b1c7a65bea225e93e437d947 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Thu, 26 Jun 2014 18:19:25 +0200 Subject: [PATCH] [Migration] remove unused import --- mygpo/web/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mygpo/web/utils.py b/mygpo/web/utils.py index c4b19c9e..a18a3e9d 100644 --- a/mygpo/web/utils.py +++ b/mygpo/web/utils.py @@ -162,8 +162,6 @@ def get_podcast_group_link_target(group, view_name, add_args=[]): automatically distringuishes between relational Podcast objects and CouchDB-based Podcasts """ - from mygpo.core.models import PodcastGroup - # we prefer slugs if group.slug: args = [group.slug] -- 2.11.4.GIT