Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jan 15, 2025
1 parent 357ef04 commit 0e20959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/serializers/user_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"""

import typing as t
from copy import deepcopy
from datetime import date
from unittest.mock import Mock, call, patch
from copy import deepcopy

from codeforlife.tests import ModelSerializerTestCase
from codeforlife.user.models import (
Expand Down

0 comments on commit 0e20959

Please sign in to comment.