Skip to content

Commit

Permalink
Add space for pycodestyle compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Jul 3, 2018
1 parent 0f2bd18 commit dae6458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipwb/replay.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit dae6458

Please sign in to comment.