Skip to content

Commit 9bb9067

Browse files
authored
Add missing newline character at the end of server/app/pyproject.toml
1 parent d8b3015 commit 9bb9067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/app/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ packages = { find = { exclude = ["test*"] } }
6161
app = ["py.typed"]
6262

6363
[tool.mypy]
64-
exclude = "build/"
64+
exclude = "build/"

0 commit comments

Comments
 (0)