Skip to content
Snippets Groups Projects
Commit d2943cca authored by Piotr Gawron's avatar Piotr Gawron
Browse files

useless code removed

parent 6a98692a
No related branches found
No related tags found
1 merge request!336Pylint checks
...@@ -7,7 +7,6 @@ from web.views.notifications import get_filter_locations ...@@ -7,7 +7,6 @@ from web.views.notifications import get_filter_locations
class ViewFunctionsTests(TestCase): class ViewFunctionsTests(TestCase):
def setUp(self): def setUp(self):
create_location("testLocation") create_location("testLocation")
return
def test_locations_for_user(self): def test_locations_for_user(self):
user = create_user() user = create_user()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment