Skip to content

Commit

Permalink
fix: isort lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveagent57 committed Jun 10, 2024
1 parent 9bcc9a6 commit ef8ad50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enterprise_access/apps/subsidy_access_policy/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

import requests
from django.conf import settings
from django.utils import timezone
from django.core.cache import cache as django_cache
from django.core.exceptions import ValidationError
from django.db import models
from django.utils import timezone
from django_extensions.db.models import TimeStampedModel
from edx_django_utils.cache.utils import get_cache_key
from simple_history.models import HistoricalRecords
Expand Down Expand Up @@ -84,7 +84,7 @@ class SubsidyAccessPolicy(TimeStampedModel):
Tie together information used to control access to a subsidy.
This model joins group, catalog, and access method.
. no_pii: This model has no PII
.. no_pii: This model has no PII
"""

class Meta:
Expand Down

0 comments on commit ef8ad50

Please sign in to comment.