Skip to content

Type hint fix

Type hint fix #239

Workflow file for this run

name: Black Formatting
on:
push:
branches: main
pull_request:
branches: main
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable