Skip to content

Commit

Permalink
Remove unused ValidationError
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm committed Feb 3, 2025
1 parent 73a8687 commit 04b881a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/officehours_api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from django.contrib.postgres.fields import ArrayField
from django.dispatch import receiver
from django.db.models.signals import post_save
from django.core.validators import MaxLengthValidator, ValidationError
from django.core.validators import MaxLengthValidator
from safedelete.models import (
SafeDeleteModel, SOFT_DELETE_CASCADE, HARD_DELETE,
)
Expand Down

0 comments on commit 04b881a

Please sign in to comment.