🎨 Run pre-commit on all files and autoformat (#666)
This commit is contained in:
committed by
GitHub
parent
7f72c60ae4
commit
27a81b2112
@@ -111,8 +111,8 @@ That would print a list with all the heroes in the Preventers team:
|
||||
$ python app.py
|
||||
|
||||
// Automatically fetch the heroes
|
||||
INFO Engine SELECT hero.id AS hero_id, hero.name AS hero_name, hero.secret_name AS hero_secret_name, hero.age AS hero_age, hero.team_id AS hero_team_id
|
||||
FROM hero
|
||||
INFO Engine SELECT hero.id AS hero_id, hero.name AS hero_name, hero.secret_name AS hero_secret_name, hero.age AS hero_age, hero.team_id AS hero_team_id
|
||||
FROM hero
|
||||
WHERE ? = hero.team_id
|
||||
INFO Engine [cached since 0.8774s ago] (2,)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user