Revert "Revert "Remove useless code""
This reverts commit 262da59c7790cdadd60ea9612bc9e3c1616863fd. Conflicts: hy/models/string.py
This commit is contained in:
parent
9d36dab693
commit
3c735d18bd
@ -34,7 +34,4 @@ class HyString(HyObject, str_type):
|
||||
scripts. It's either a ``str`` or a ``unicode``, depending on the
|
||||
Python version.
|
||||
"""
|
||||
|
||||
def __new__(cls, value):
|
||||
obj = str_type.__new__(cls, value)
|
||||
return obj
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user