Skip to content

Commit 04a1ebf

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent 854314c commit 04a1ebf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs_src/advanced/sa_column/tutorial002.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ def create_heroes() -> None:
3636
with Session(engine) as session:
3737
hero_1 = Hero(email="[email protected]", name="Ted Lasso", secret_name="Coach")
3838
hero_2 = Hero(email="[email protected]", name="Roy Kent", secret_name="Roy")
39-
hero_3 = Hero(email="[email protected]", name="Keeley Jones", secret_name="Keeley")
39+
hero_3 = Hero(
40+
email="[email protected]", name="Keeley Jones", secret_name="Keeley"
41+
)
4042

4143
print("Adding Hero 1: Ted Lasso ([email protected])")
4244
print("Adding Hero 2: Roy Kent ([email protected])")

0 commit comments

Comments
 (0)