Whitespace changes for PEP8 compliance

pull/173/head
cclauss 2018-07-15 07:45:54 +02:00
parent e46d72a120
commit 92a994ec20
3 changed files with 3 additions and 1 deletions

View File

@ -35,4 +35,4 @@ class HashTable(object):
if item.key == key:
del self.table[hash_index][index]
return
raise KeyError('Key not found')
raise KeyError('Key not found')

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):