Lint using autoflake and isort

This commit is contained in:
Keannu Christian Bernasol 2024-10-31 00:33:13 +08:00
parent d126fdbd32
commit aa52da056c
35 changed files with 128 additions and 115 deletions

View file

@ -1,7 +1,7 @@
from django.dispatch import receiver
from django.db.models.signals import post_save
from notifications.models import Notification
from django.core.cache import cache
from django.db.models.signals import post_save
from django.dispatch import receiver
from notifications.models import Notification
# Template for running actions after user have paid for a subscription