Skip to content
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.

Commit

Permalink
#622 Drop unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
duker33 committed Apr 21, 2019
1 parent 8b3cd33 commit eaae5d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stroyprombeton/tests/tests_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,6 @@ def get_series_url(series: models.Series, category: models.Category):
)

def get_series_page(self, *args, **kwargs):
print('get series page')
return self.client.get(self.get_series_url(*args, **kwargs))

def get_series_soup(self, *args, **kwargs) -> BeautifulSoup:
Expand Down

0 comments on commit eaae5d9

Please sign in to comment.