feat: new alternate syntax and switch to black + isort (yeah, maybe not the best time, but that is done).
This commit is contained in:
@ -2,5 +2,5 @@ from bonobo.structs.tokens import Token
|
||||
|
||||
|
||||
def test_token_repr():
|
||||
t = Token('Acme')
|
||||
assert repr(t) == '<Acme>'
|
||||
t = Token("Acme")
|
||||
assert repr(t) == "<Acme>"
|
||||
|
||||
Reference in New Issue
Block a user