Sorted remaining content_type issues and blackened

This commit is contained in:
Richard 2021-07-19 20:09:09 +01:00
parent 38fbe530d2
commit b7c9d3b73b
13 changed files with 114 additions and 92 deletions

View file

@ -1,4 +1,5 @@
import yaml
with open("./build/swagger.yaml", "r") as f:
api = yaml.load(f)