Skip to content

Commit

Permalink
publication_list: remove a mistyped line.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev committed Sep 19, 2016
1 parent 52f11fa commit 45975e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v7/publication_list/publication_list.py
Expand Up @@ -75,7 +75,6 @@ def run(self):
data = sorted(parser.parse_file(self.arguments[0]).entries.items(),
key=lambda e: e[1].fields['year'], reverse=True)

print(type(data))
html = '<div class="publication-list">\n'
cur_year = None

Expand Down

0 comments on commit 45975e2

Please sign in to comment.