feat: new alternate syntax and switch to black + isort (yeah, maybe not the best time, but that is done).
This commit is contained in:
@ -23,8 +23,8 @@
|
||||
from bonobo.structs.tokens import Token
|
||||
from bonobo.util.envelopes import UnchangedEnvelope
|
||||
|
||||
BEGIN = Token('Begin')
|
||||
END = Token('End')
|
||||
BEGIN = Token("Begin")
|
||||
END = Token("End")
|
||||
|
||||
NOT_MODIFIED = UnchangedEnvelope()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user