fix: reformatting

This commit is contained in:
2025-06-11 22:14:24 +02:00
parent 272415d219
commit 349ccabd74
6 changed files with 20 additions and 13 deletions

View File

@@ -1,7 +1,8 @@
from django import forms
from .models import Comment, Ticket
from django.core.exceptions import ValidationError
from .models import Comment, Ticket
class CommentForm(forms.ModelForm):
class Meta: