Skip to content

Commit 3946b7b

Browse files
Cleanup code formatting section
1 parent 7470022 commit 3946b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is a crowdfunding platform for games with a developer theme. The applicatio
1515

1616
### Code formatting requirements
1717

18-
- When writing Python, you must use type hints for return values and function parameters.s- Every function should have docstrings or the language equivalent- Before imports or any code, add a comment block that explains the purpose of the file.
18+
- When writing Python, you must use type hints for return values and function parameters.
1919

2020
### Python and Flask Patterns
2121

0 commit comments

Comments
 (0)