Skip to content

Commit

Permalink
Merge pull request #127 from KOSASIH/deepsource-transform-bf5d17c2
Browse files Browse the repository at this point in the history
style: format code with Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf
  • Loading branch information
KOSASIH authored May 11, 2024
2 parents 7d97908 + a803dbb commit f868d75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

app = FastAPI()


@app.post("/transactions")
async def create_transaction(transaction: Transaction):
"""Create a new transaction"""
#...
# ...

0 comments on commit f868d75

Please sign in to comment.