Skip to content

Commit 2d28826

Browse files
committed
Fix lint issues
1 parent c8adfb4 commit 2d28826

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Additionally Read the Docs depends on:
2020
* `Elasticsearch`_ (only if you want full support for searching inside the site)
2121

2222
* Follow :doc:`/development/search` documentation for more instruction.
23-
`
23+
2424
.. note::
2525

2626
If you plan to import Python 2 projects to your RTD,

readthedocs/projects/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import fnmatch
66
import logging
77
import os
8+
from urllib.parse import urlparse
89

910
from django.conf import settings
1011
from django.contrib.auth.models import User

0 commit comments

Comments
 (0)