Whitespace changes for PEP8 compliance
parent
e46d72a120
commit
92a994ec20
|
@ -1,5 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
|
||||||
class QueryApi(object):
|
class QueryApi(object):
|
||||||
|
|
||||||
def __init__(self, memory_cache, reverse_index_cluster):
|
def __init__(self, memory_cache, reverse_index_cluster):
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
|
||||||
class PagesDataStore(object):
|
class PagesDataStore(object):
|
||||||
|
|
||||||
def __init__(self, db):
|
def __init__(self, db):
|
||||||
|
|
Loading…
Reference in New Issue