Skip to content

Commit

Permalink
Updated imports up to PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSychev2005 committed Jul 17, 2024
1 parent 4e66953 commit edb6a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BackEnd/profiles/models.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from django.db import models
from django.core.validators import MaxLengthValidator
from django.utils.timezone import now

from authentication.models import CustomUser
from django.utils.timezone import now
from images.models import ProfileImage
from .managers import ProfileManager
from validation.validate_edrpou import validate_edrpou
Expand Down

0 comments on commit edb6a17

Please sign in to comment.