Skip to content

Reformatted FAUcardPaymentThread.py #211

Reformatted FAUcardPaymentThread.py

Reformatted FAUcardPaymentThread.py #211

Workflow file for this run

name: Black Code Style
on: [push, pull_request]
jobs:
black-code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
version: "22.10.0"
# when updating here, please also change version in container_black.sh