Skip to content

Correct IOR and CT controller docstrings #39

Correct IOR and CT controller docstrings

Correct IOR and CT controller docstrings #39

Workflow file for this run

name: Flake8 Test Package
on: [push, pull_request]
jobs:
flake8_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install flake8
run: pip install flake8
- name: Run flake8
run: flake8