Skip to content

start_container.sh: fix 'Could not import module "main"' for uvicorn server #65

start_container.sh: fix 'Could not import module "main"' for uvicorn server

start_container.sh: fix 'Could not import module "main"' for uvicorn server #65

Workflow file for this run

name: Format code with Black
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"