Skip to content

Commit

Permalink
removing duplicate methods from writer __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenthall committed Aug 17, 2016
1 parent 6e9dd2e commit 3cf7604
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions publisher/writer/__init__.py
Expand Up @@ -72,14 +72,6 @@ def visit_author(self, node):
def depart_author(self, node):
pass

def visit_author(self, node):
self.author_names.append(self.encode(node.astext()))
self.author_institution_map[self.author_names[-1]] = []
raise nodes.SkipNode

def depart_author(self, node):
pass

def visit_classifier(self, node):
pass

Expand Down

0 comments on commit 3cf7604

Please sign in to comment.