flake8 compliance

This commit is contained in:
Loic Nageleisen 2014-01-24 21:35:12 +01:00
parent e8a036bb16
commit 992f774baa
4 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,6 @@
from rply.token import BaseBox
class Quote(BaseBox):
def __init__(self, sexpr):
self.sexpr = sexpr
@ -33,5 +34,3 @@ class Atom(BaseBox):
def __str__(self):
return "%s" % (self.atom)