Skip to content

I took the mnist generator and added the word 'fashion' #646

I took the mnist generator and added the word 'fashion'

I took the mnist generator and added the word 'fashion' #646

Workflow file for this run

name: Check black coding style
on:
push:
jobs:
doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
python-version: '3.11'
- name: Black Check
uses: psf/[email protected]