- Closes # (insert issue number)
- Executed
black -t py36 . && isort -rc . && flake8
with no errors - The change is fully covered by automated unit tests
- Documented in docs/ as appropriate
- Added an entry to the CHANGES file
black -t py36 . && isort -rc . && flake8
with no errors