fix for simple app case

This commit is contained in:
Will McGugan
2022-06-01 18:00:25 +01:00
parent 059ff45392
commit 57dec90cc4
8 changed files with 28 additions and 28 deletions

View File

@@ -6,3 +6,7 @@ format:
black src
format-check:
black --check src
docs-serve:
mkdocs serve
docs-build:
mkdocs build