Commit 1bbafd87 authored by Jason R. Coombs's avatar Jason R. Coombs

Remove redundant initialization

parent 872cab10
......@@ -2687,7 +2687,7 @@ class Distribution(object):
return self.__dep_map
def _build_dep_map(self):
dm = {None: []}
dm = {}
for name in 'requires.txt', 'depends.txt':
for extra, reqs in split_sections(self._get_metadata(name)):
if extra:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment