From dae645833a2699ed054dedc7a0be4c39a5a1ad8a Mon Sep 17 00:00:00 2001 From: Mat Kelly Date: Tue, 3 Jul 2018 17:28:08 -0400 Subject: [PATCH] Add space for pycodestyle compliance --- ipwb/replay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipwb/replay.py b/ipwb/replay.py index 633b433b..e585d2dd 100755 --- a/ipwb/replay.py +++ b/ipwb/replay.py @@ -858,7 +858,7 @@ def retrieveMemCount(cdxjFilePath=INDEX_FILE): surtURI = l.split()[0] if surtURI not in bucket: bucket[surtURI] = 1 - else: # Unnecessary to keep count now, maybe useful later + else: # Unnecessary to keep count now, maybe useful later bucket[surtURI] += 1 return mementoCount, len(bucket.keys())