From a038d3c592f86fda040151f2db55316bfc421b74 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sun, 29 Sep 2013 18:33:27 +0300 Subject: [PATCH] Remove the redundant pass statement. --- hy/models/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hy/models/__init__.py b/hy/models/__init__.py index 775862a..42032ca 100644 --- a/hy/models/__init__.py +++ b/hy/models/__init__.py @@ -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):