Skip to content

Commit 124cb86

Browse files
committed
Fix linting
1 parent 174913d commit 124cb86

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

readthedocs/projects/models.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from django.core.files.storage import get_storage_class
1212
from django.db import models
1313
from django.urls import NoReverseMatch, reverse
14-
from django.utils.functional import cached_property
1514
from django.utils.translation import ugettext_lazy as _
1615
from django_extensions.db.models import TimeStampedModel
1716
from guardian.shortcuts import assign
@@ -1143,15 +1142,14 @@ class Meta(object):
11431142

11441143
objects = HTMLFileManager()
11451144

1146-
11471145
def get_processed_json(self):
11481146
"""
11491147
Get the parsed JSON for search indexing.
11501148
11511149
Check for two paths for each index file
11521150
This is because HTMLDir can generate a file from two different places:
11531151
1154-
* foo.rst
1152+
* foo.rst
11551153
* foo/index.rst
11561154
11571155
Both lead to `foo/index.html`

0 commit comments

Comments
 (0)