Skip to content

Commit

Permalink
Correct ruff violation now that I know the action runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maffooch committed Jul 2, 2024
1 parent 52a4f90 commit e7b7c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/announcement/signals.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.dispatch import receiver
from django.conf import settings
from django.db.models.signals import post_save
from django.dispatch import receiver

from dojo.models import Announcement, Dojo_User, UserAnnouncement

Expand Down

0 comments on commit e7b7c22

Please sign in to comment.