shairubin / fun_with_ast

let's have fun manipulating ASTs in Python
Apache License 2.0
0 stars 1 forks source link

fails to match #337

Closed shairubin closed 4 months ago

shairubin commented 4 months ago

return { 'statusCode': 200, 'body': json.dumps(f'Deleted company {company_id} from session {session_id}'), 'headers': { 'Access-Control-Allow-Origin': '*' } }