Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 622fbec

Browse files
author
Josh Watts
committed
removed comments
1 parent f255a6d commit 622fbec

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

instagram/bind.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
def encode_string(value):
1515
return value.encode('utf-8') \
1616
if isinstance(value, six.text_type) else str(value)
17-
# if sys.version < '3':
18-
# return value.encode('utf-8') \
19-
# if isinstance(value, unicode) else str(value)
20-
# else:
21-
# return value.encode('utf-8')
2217

2318

2419
class InstagramClientError(Exception):

0 commit comments

Comments
 (0)