Remove the redundant pass statement.

This commit is contained in:
Berker Peksag 2013-09-29 18:33:27 +03:00
parent 9ea153fd7e
commit a038d3c592

View File

@ -24,7 +24,6 @@ class HyObject(object):
Generic Hy Object model. This is helpful to inject things into all the
Hy lexing Objects at once.
"""
pass
def replace(self, other):
if isinstance(other, HyObject):