Skip to content

Add Prediction Top Level CLI and Method #9

Add Prediction Top Level CLI and Method

Add Prediction Top Level CLI and Method #9

Workflow file for this run

name: Black Lint
on:
pull_request: { }
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
version: "~= 24.1.1"