Skip to content

Commit

Permalink
chore: add greet func. migrate code analysis to project-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNewThinkTank committed Sep 21, 2024
1 parent 8da3c00 commit 2d68184
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 64 deletions.
64 changes: 0 additions & 64 deletions docs/project_docs/code-analysis/kpi_fitness-tracker.md

This file was deleted.

4 changes: 4 additions & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ async def main_page() -> Response:
return Response("Hello, athlete. Welcome to your tracker!")


def greet(name: str) -> None:
...


@app.get("/data")
async def get_data():
"""Show data"""
Expand Down

0 comments on commit 2d68184

Please sign in to comment.