Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
StegSchreck committed Apr 24, 2017
1 parent d4627a6 commit 0b3dc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RatS/parsers/criticker_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _parse_xml(self):
return [self.convert_xml_node_to_movie(xml_node) for xml_node in xml_data.findall('film')]

@staticmethod
def convert_xml_node_to_movie( xml_node):
def convert_xml_node_to_movie(xml_node):
film_header = xml_node.find('filmname').text

movie = dict()
Expand Down

0 comments on commit 0b3dc9d

Please sign in to comment.