more PEP8 cleanup

This commit is contained in:
Ebag333
2016-10-19 12:26:03 -07:00
parent 0c0eb327f7
commit 69a122a271
4 changed files with 8 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ if configVal is True:
def removeCachedEntry(type, ID):
if not type in queryCache:
if type not in queryCache:
return
functionCache = queryCache[type]
for _, localCache in functionCache.iteritems():