Skip to content

fix: potential type mismatch in _is_ready_for_iteration() #1227

fix: potential type mismatch in _is_ready_for_iteration()

fix: potential type mismatch in _is_ready_for_iteration() #1227

Workflow file for this run

name: Style Lint
on:
push:
branches:
- main
paths:
- '**.py'
pull_request:
jobs:
formatter:
name: Run black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable