Skip to content

Commit

Permalink
Add self
Browse files Browse the repository at this point in the history
  • Loading branch information
Irio committed Jun 18, 2017
1 parent 97dc2e3 commit d4675f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serenata_toolbox/chamber_of_deputies/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ def __translate_file(self, csv_path):

return output_file_path

def __parse_float(string):
def __parse_float(self, string):
return float(string.replace(',', '.'))

0 comments on commit d4675f6

Please sign in to comment.