Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
vcai122 committed Oct 22, 2024
1 parent 124f751 commit 316e43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/market/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from rest_framework.permissions import IsAuthenticated
from rest_framework.response import Response

Check warning on line 8 in backend/market/views.py

View check run for this annotation

Codecov / codecov/patch

backend/market/views.py#L1-L8

Added lines #L1 - L8 were not covered by tests

from pennmobile.analytics import Metric, record_analytics
from market.models import Amenity, Offer, Sublet, SubletImage
from market.permissions import (

Check warning on line 11 in backend/market/views.py

View check run for this annotation

Codecov / codecov/patch

backend/market/views.py#L10-L11

Added lines #L10 - L11 were not covered by tests
IsSuperUser,
Expand All @@ -24,6 +23,7 @@
SubletSerializerRead,
SubletSerializerSimple,
)
from pennmobile.analytics import Metric, record_analytics

Check warning on line 26 in backend/market/views.py

View check run for this annotation

Codecov / codecov/patch

backend/market/views.py#L26

Added line #L26 was not covered by tests


User = get_user_model()

Check warning on line 29 in backend/market/views.py

View check run for this annotation

Codecov / codecov/patch

backend/market/views.py#L29

Added line #L29 was not covered by tests
Expand Down

0 comments on commit 316e43a

Please sign in to comment.