See #297: removed unused variables
This commit is contained in:
parent
2b1c46317f
commit
639882bd34
50 changed files with 33 additions and 88 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import random
|
||||
import json
|
||||
from django.urls import reverse
|
||||
from django.core.exceptions import ValidationError
|
||||
from django.utils import timezone
|
||||
|
|
@ -10,7 +8,6 @@ from funkwhale_api.history import models
|
|||
def test_can_create_listening(factories):
|
||||
track = factories["music.Track"]()
|
||||
user = factories["users.User"]()
|
||||
now = timezone.now()
|
||||
l = models.Listening.objects.create(user=user, track=track)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue