refactor: Remove six.moves.urllib.parse import.

This commit is contained in:
rht
2017-11-06 03:14:57 +01:00
committed by Tim Abbott
parent ccf2792c1c
commit 9c7d5812ce
5 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
import os
from posixpath import basename
from six.moves.urllib.parse import urlparse
from urllib.parse import urlparse
from .common.spiders import BaseDocumentationSpider