Skip to content

examples(lrp): import MultiDataset from its actual module #466

examples(lrp): import MultiDataset from its actual module

examples(lrp): import MultiDataset from its actual module #466

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--verbose"
src: "./physioex"
jupyter: true
version: "~= 22.0"