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 6 days ago

shairubin commented 1 week ago

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