Fix the broken release
diff --git a/toml.py b/toml.py index 12b9bc0..c5bb15b 100644 --- a/toml.py +++ b/toml.py
@@ -462,7 +462,7 @@ return True -def _get_split_on_quotes(self, line): +def _get_split_on_quotes(line): doublequotesplits = line.split('"') quoted = False quotesplits = []