Remove the redundant pass statement.
This commit is contained in:
parent
9ea153fd7e
commit
a038d3c592
@ -24,7 +24,6 @@ class HyObject(object):
|
|||||||
Generic Hy Object model. This is helpful to inject things into all the
|
Generic Hy Object model. This is helpful to inject things into all the
|
||||||
Hy lexing Objects at once.
|
Hy lexing Objects at once.
|
||||||
"""
|
"""
|
||||||
pass
|
|
||||||
|
|
||||||
def replace(self, other):
|
def replace(self, other):
|
||||||
if isinstance(other, HyObject):
|
if isinstance(other, HyObject):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user