Skip to content

Commit

Permalink
Remove annotation of an unused user attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
colons committed Nov 5, 2023
1 parent 3664fae commit aef1b55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nkdsu/apps/vote/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from typing import Any, Optional, Sequence

from django import forms
from django.contrib.auth.models import User
from django.utils.safestring import mark_safe

from .models import Note, Track, Vote
Expand Down Expand Up @@ -127,7 +126,6 @@ class VoteForm(forms.ModelForm):
"""

tracks: Sequence[Track]
user: User

class Meta:
model = Vote
Expand Down

0 comments on commit aef1b55

Please sign in to comment.