From c612582e7b41cb653a067b94aad4bf6ce58fb908 Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Sat, 6 Apr 2013 08:17:04 -0400 Subject: [PATCH] cosmetic style fix --- hy/compiler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hy/compiler.py b/hy/compiler.py index d6168a5..a93ab26 100644 --- a/hy/compiler.py +++ b/hy/compiler.py @@ -430,7 +430,6 @@ class HyASTCompiler(object): lineno=operator.start_line, col_offset=operator.start_column) - @builds("=") @builds("!=") @builds("<")