Skip to content

Commit

Permalink
Apparently flake8 didn't catch this.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jul 1, 2017
1 parent a03d4ea commit dff2d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/utils.py
Expand Up @@ -2106,7 +2106,7 @@ def extract_metadata(file_lines):
return meta, 'nikola'


def split_metadata(self, data):
def split_metadata(data):
"""Split data from metadata in the raw post content.
This splits in the first empty line that is NOT at the beginning
Expand Down

0 comments on commit dff2d7c

Please sign in to comment.