Skip to content

Commit

Permalink
Revert linter cleanup in favor of #6
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Nov 30, 2016
1 parent 92ccf65 commit 13a9b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/intid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,5 +210,5 @@ def addIntIdSubscriber(ob, event):
def intIdEventNotify(event):
"""Event subscriber to dispatch IntIdEvent to interested adapters."""
adapters = subscribers((event.object, event), None)
for _ in adapters:
for adapter in adapters:
pass # getting them does the work

0 comments on commit 13a9b4f

Please sign in to comment.