Skip to content

Separate method open() and constructor, enhance consistency between c… #128

Separate method open() and constructor, enhance consistency between c…

Separate method open() and constructor, enhance consistency between c… #128

Workflow file for this run

name: Lint (Black code style)
on: [push, pull_request]
jobs:
black-code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
version: "23.3.0"