Skip to content

Commit

Permalink
Merge pull request #22 from gforcada/gforcada-patch-1
Browse files Browse the repository at this point in the history
Remove duplicated lines
  • Loading branch information
tseaver committed Mar 15, 2015
2 parents 18a6f6e + 519bc78 commit 852eeac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/zope/interface/adapter.py
Expand Up @@ -160,8 +160,6 @@ def unregister(self, required, provided, name, value=None):
components = byorder[order]
key = required + (provided,)

# Keep track of how we got to `components`:
lookups = []
# Keep track of how we got to `components`:
lookups = []
for k in key:
Expand Down Expand Up @@ -237,8 +235,6 @@ def unsubscribe(self, required, provided, value=None):
components = byorder[order]
key = required + (provided,)

# Keep track of how we got to `components`:
lookups = []
# Keep track of how we got to `components`:
lookups = []
for k in key:
Expand Down

0 comments on commit 852eeac

Please sign in to comment.