Skip to content

Import OutageStatusValue in __init__.py #75

Import OutageStatusValue in __init__.py

Import OutageStatusValue in __init__.py #75

Workflow file for this run

name: black
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/[email protected]
with:
options: "--check --verbose"
jupyter: false