flake8
This commit is contained in:
@@ -26,15 +26,6 @@ handler.setFormatter(formatter)
|
||||
app.logger.addHandler(handler)
|
||||
|
||||
|
||||
@app.context_processor
|
||||
def inject_data():
|
||||
result = {}
|
||||
|
||||
result['STATIC'] = app.config['STATIC']
|
||||
result['ITEMS_ON_PAGE'] = app.config['ITEMS_ON_PAGE']
|
||||
|
||||
return result
|
||||
|
||||
from . import lib, models
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user