Skip to content

Commit 5077b26

Browse files
committed
looks like this might not be needed ?
1 parent 104210b commit 5077b26

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

textile/core.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -985,10 +985,6 @@ def encode_url(self, url):
985985
Fixed version of the following code fragment from Stack Overflow:
986986
http://stackoverflow.com/a/804380/72656
987987
"""
988-
# turn string into unicode
989-
if not isinstance(url, six.text_type):
990-
url = url.decode('utf8')
991-
992988
# parse it
993989
parsed = urlsplit(url)
994990

0 commit comments

Comments
 (0)