Skip to content

Commit

Permalink
[fix] Updated #576
Browse files Browse the repository at this point in the history
Fixes #576
  • Loading branch information
praptisharma28 committed May 30, 2024
1 parent b450635 commit 494f20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwisp_monitoring/device/base/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from django.core.cache import cache
from django.core.exceptions import ValidationError
from django.db import models
from django.db.models.signals import post_delete, post_save
from django.db.models.signals import post_delete
from django.dispatch import receiver
from django.utils.timezone import now
from django.utils.translation import gettext_lazy as _
Expand Down

0 comments on commit 494f20b

Please sign in to comment.