Skip to content

Commit

Permalink
fix: Ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
YoSoyAlexElPine committed Dec 19, 2024
1 parent 70f3cc8 commit 9c5db1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend/entities/tests/test_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@

from authentication.factories import UserFactory
from content.models import Location
from entities.factories import GroupFactory, OrganizationFactory
from entities.factories import (
GroupFactory,
OrganizationFactory,
)
from entities.models import Group

pytestmark = pytest.mark.django_db
Expand Down

0 comments on commit 9c5db1f

Please sign in to comment.