Add newlines - PEP8 style (#173)

This commit is contained in:
cclauss 2018-07-19 08:09:09 +02:00 committed by Donne Martin
parent 17530912ac
commit 924570e4cb
3 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
class QueryApi(object):
def __init__(self, memory_cache, reverse_index_cluster):

View File

@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
class PagesDataStore(object):
def __init__(self, db):