Skip to content

Commit 092f8d9

Browse files
committed
Unused import
1 parent 81558b7 commit 092f8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/analytics/proxied_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from readthedocs.api.v2.permissions import IsAuthorizedToViewVersion
1313
from readthedocs.core.unresolver import unresolve_from_request
1414
from readthedocs.core.utils.extend import SettingsOverrideObject
15-
from readthedocs.projects.models import Feature, Project
15+
from readthedocs.projects.models import Project
1616

1717

1818
class BaseAnalyticsView(APIView):

0 commit comments

Comments
 (0)