Skip to content

Commit 8cfe9c9

Browse files
committed
Remove pylint warnings
1 parent a8ad006 commit 8cfe9c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

readthedocs/core/resolver.py

-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def base_resolve_path(
6666
"""Resolve a with nothing smart, just filling in the blanks."""
6767
# Only support `/docs/project' URLs outside our normal environment. Normally
6868
# the path should always have a subdomain or CNAME domain
69-
# pylint: disable=unused-argument
7069
if subdomain or cname or (self._use_subdomain()):
7170
url = '/'
7271
else:
@@ -142,7 +141,6 @@ def resolve_path(
142141
)
143142

144143
def resolve_domain(self, project):
145-
# pylint: disable=unused-argument
146144
canonical_project = self._get_canonical_project(project)
147145
domain = canonical_project.get_canonical_custom_domain()
148146
if domain:

0 commit comments

Comments
 (0)