mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +00:00
refactor: Remove six.moves.urllib.parse import.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user