Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ProFastCode committed Feb 4, 2024
1 parent 44182f5 commit 419fecf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,3 @@ jobs:
run: |
poetry run flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
poetry run flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Lint with ruff
run: |
poetry run ruff check . --fix --respect-gitignore
9 changes: 0 additions & 9 deletions app/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,5 @@

app.include_router(api.api_router, prefix=settings.APP_API_PREFIX)


# TEST ACTIONS

list_one = [
"das"
]

list_two = ["asda"]

if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=8000)

0 comments on commit 419fecf

Please sign in to comment.