Skip to content

Commit

Permalink
fix: unused variable Codacy
Browse files Browse the repository at this point in the history
This commit removes unused variable.
  • Loading branch information
fraorober committed Dec 13, 2022
1 parent 7965534 commit fc43e84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion decide/census/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ def test_add_user(self):
self.assertTrue(Census.objects.all().filter(voting_id=self.v1.id, voter_id=self.user.id).exists())

def test_remove_user_from_census(self):
request = {'user': self.voter}

self.user = User(username= 'user_prueba')
self.user.save()
Expand Down

0 comments on commit fc43e84

Please sign in to comment.