Add newlines - PEP8 style (#173)
parent
4cc5ff4e83
commit
65685dc8e8
|
@ -1,5 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
class QueryApi(object):
|
||||
|
||||
def __init__(self, memory_cache, reverse_index_cluster):
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
class PagesDataStore(object):
|
||||
|
||||
def __init__(self, db):
|
||||
|
|
Loading…
Reference in New Issue