Skip to content

Commit 3974ed4

Browse files
lordmauveagjohnson
authored andcommitted
Add missing docstrings for profiles app (readthedocs#2892)
1 parent a26b0fb commit 3974ed4

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

prospector-more.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ignore-paths:
99
- donate/
1010
- notifications/
1111
- privacy/
12-
- profiles/
1312
- projects/
1413
- redirects/
1514
- restapi/

readthedocs/profiles/urls/private.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""URL patterns for views to modify user profiles."""
2+
13
from django.conf.urls import url
24

35
from readthedocs.core.forms import UserProfileForm

readthedocs/profiles/urls/public.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""URL patterns to view user profiles."""
2+
13
from django.conf.urls import url
24

35
from readthedocs.profiles import views

0 commit comments

Comments
 (0)