From 53d1b4a6f48a53c4c4ec4ac7031362b691c0366d Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Thu, 31 Oct 2019 21:10:28 -0700 Subject: Blacken the project (#141) --- examples/nested.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/nested.py') diff --git a/examples/nested.py b/examples/nested.py index 218c10b..c696b48 100644 --- a/examples/nested.py +++ b/examples/nested.py @@ -21,8 +21,8 @@ data = """ # use {}'s for nested lists nestedItems = nestedExpr("{", "}") -print( (nestedItems+stringEnd).parseString(data).asList() ) +print((nestedItems + stringEnd).parseString(data).asList()) # use default delimiters of ()'s mathExpr = nestedExpr() -print( mathExpr.parseString( "((( ax + by)*C) *(Z | (E^F) & D))") ) +print(mathExpr.parseString("((( ax + by)*C) *(Z | (E^F) & D))")) -- cgit v1.2.1