aboutsummaryrefslogtreecommitdiff
path: root/pandora/models/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'pandora/models/search.py')
-rw-r--r--pandora/models/search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandora/models/search.py b/pandora/models/search.py
index 89def8e..94e6ee6 100644
--- a/pandora/models/search.py
+++ b/pandora/models/search.py
@@ -24,7 +24,7 @@ class SearchResultItem(PandoraModel):
24 def is_genre_station(self): 24 def is_genre_station(self):
25 return isinstance(self, GenreStationSearchResultItem) 25 return isinstance(self, GenreStationSearchResultItem)
26 26
27 def create_station(self): # pragma: no cover 27 def create_station(self):
28 raise NotImplementedError 28 raise NotImplementedError
29 29
30 @classmethod 30 @classmethod