Skip to content

Merge pull request #146 from KonstantinWilleke/bugfix_load_statedict #107

Merge pull request #146 from KonstantinWilleke/bugfix_load_statedict

Merge pull request #146 from KonstantinWilleke/bugfix_load_statedict #107

Workflow file for this run

name: Black
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
version: "22.3.0"