mirror of
https://github.com/lloeki/wasp.git
synced 2025-12-06 10:44:39 +01:00
flake8 compliance
This commit is contained in:
parent
e8a036bb16
commit
992f774baa
4 changed files with 8 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue