Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed Jan 17, 2024
1 parent 7693da5 commit 1d67f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sspanel/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from django.contrib.auth.models import AbstractUser
from django.core.exceptions import ValidationError
from django.core.validators import MaxValueValidator, MinValueValidator
from django.db import models, transaction, IntegrityError
from django.db import IntegrityError, models, transaction
from django.utils import functional, timezone
from redis.exceptions import LockError

Expand Down

0 comments on commit 1d67f77

Please sign in to comment.