Skip to content

don't set new loop as main thread loop since it's explicitly called l… #2178

don't set new loop as main thread loop since it's explicitly called l…

don't set new loop as main thread loop since it's explicitly called l… #2178

Workflow file for this run

name: Formatter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
version: "22.3.0"