Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed May 3, 2020
1 parent 4acc78f commit 71ec414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/core/unresolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def unresolve(self, uri):
domain = parsed.netloc.split(':', 1)[0]
path = parsed.path

# TODO: Make this not depend on the request object,
# TODO: Make this not depend on the request object,
# but instead move all this logic here working on strings.
request = RequestFactory().get(path=path, HTTP_HOST=domain)
project_slug = request.host_project_slug = map_host_to_project_slug(request)
Expand Down

0 comments on commit 71ec414

Please sign in to comment.