diff --git a/.github/workflows/assess-file-changes.yml b/.github/workflows/assess-file-changes.yml index 7070e92..067ccd7 100644 --- a/.github/workflows/assess-file-changes.yml +++ b/.github/workflows/assess-file-changes.yml @@ -50,4 +50,4 @@ jobs: else echo "Changelog not updated" fi - done \ No newline at end of file + done diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index a8dcc52..8732990 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -28,4 +28,4 @@ jobs: with: verbose: true user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file + password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index e022d40..4b93c1e 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -13,4 +13,4 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Codespell - uses: codespell-project/actions-codespell@v1 \ No newline at end of file + uses: codespell-project/actions-codespell@v1 diff --git a/.github/workflows/dailies.yml b/.github/workflows/dailies.yml index c615312..4224204 100644 --- a/.github/workflows/dailies.yml +++ b/.github/workflows/dailies.yml @@ -24,4 +24,4 @@ jobs: subject: TQDM Publisher Daily Test Failure to: garrett.flynn@catalystneuro.com,cody.baker@catalystneuro.com # add more with commas, no separation from: TQDM Publisher - body: "The daily workflow for TQDM Publisher failed: please check status at https://github.com/CatalystNeuro/tqdm_publisher/actions/workflows/dailies.yml" \ No newline at end of file + body: "The daily workflow for TQDM Publisher failed: please check status at https://github.com/CatalystNeuro/tqdm_publisher/actions/workflows/dailies.yml" diff --git a/.github/workflows/deploy-tests.yml b/.github/workflows/deploy-tests.yml index b1ba6db..bbb1fa7 100644 --- a/.github/workflows/deploy-tests.yml +++ b/.github/workflows/deploy-tests.yml @@ -44,4 +44,4 @@ jobs: uses: re-actors/alls-green@release/v1 with: allowed-skips: run-tests # Sometimes only docs are adjusted - jobs: ${{ toJSON(needs) }} \ No newline at end of file + jobs: ${{ toJSON(needs) }} diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index a231b8f..d28b4ea 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -29,7 +29,7 @@ jobs: - name: Run full pytest with coverage run: pytest -rsx -n auto --dist loadscope --cov=./ --cov-report xml:./codecov.xml - + - name: Upload full coverage to Codecov if: ${{ matrix.python-version == '3.9' && matrix.os == 'ubuntu-latest' }} uses: codecov/codecov-action@v3 @@ -38,4 +38,4 @@ jobs: file: ./codecov.xml flags: unittests name: codecov-umbrella - yml: ./codecov.yml \ No newline at end of file + yml: ./codecov.yml diff --git a/.gitignore b/.gitignore index 6065a51..34fbcc3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ dist .coverage .coverage.* -codecov.xml \ No newline at end of file +codecov.xml diff --git a/README.md b/README.md index 1916a3f..08bb229 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ async def sleep_func(sleep_duration = 1): await asyncio.sleep(delay=sleep_duration) async def run_multiple_sleeps(sleep_durations): - + tasks = [] for sleep_duration in sleep_durations: diff --git a/demo/client.html b/demo/client.html index 4a075b8..67ed769 100644 --- a/demo/client.html +++ b/demo/client.html @@ -1,15 +1,15 @@ - + - +
- + - + - + - +