Black run

This commit is contained in:
James Barnsley
2020-02-06 10:12:28 +13:00
parent e23a3b65ec
commit 4ae58cdf9e
7 changed files with 151 additions and 188 deletions

View File

@ -40,8 +40,8 @@ class Extension(ext.Extension):
# Add web extension
registry.add(
"http:app", {
"name": self.ext_name, "factory": iris_factory})
"http:app", {"name": self.ext_name, "factory": iris_factory}
)
# Add our frontend
registry.add("frontend", IrisFrontend)