Fix linting
This commit is contained in:
parent
31c7923067
commit
ba07ec86a5
4 changed files with 17 additions and 17 deletions
|
|
@ -439,7 +439,7 @@ def create_app(args):
|
|||
},
|
||||
"update_status": update_status,
|
||||
"core_version": core_version,
|
||||
"api_version": __api_version__
|
||||
"api_version": __api_version__,
|
||||
}
|
||||
|
||||
# Custom StaticFiles class to prevent caching of HTML files
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue