Skip to content

Commit 9c1e8fa

Browse files
committed
🐛 Fix extra character in new discussion template
1 parent 27a5607 commit 9c1e8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/DISCUSSION_TEMPLATE/questions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ body:
8585
session.add(hero_1)
8686
session.commit()
8787
session.refresh(hero_1)
88-
print(hero_1)\
88+
print(hero_1)
8989
render: python
9090
validations:
9191
required: true

0 commit comments

Comments
 (0)