pep8 it
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from esales.cluster import Cluster
|
||||
|
||||
|
||||
class Esales(object):
|
||||
|
||||
def __init__(self, app=None):
|
||||
@@ -9,4 +10,4 @@ class Esales(object):
|
||||
self.init_app(app)
|
||||
|
||||
def init_app(self, app):
|
||||
self.cluster.url = app.config.get('ESALES_URL')
|
||||
self.cluster.url = app.config.get('ESALES_URL')
|
||||
|
||||
Reference in New Issue
Block a user