Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove explicit
normalize_string_quotes
after docstring fixes
`visit_STRING` finishes by calling `visit_default`, which already deals with calling `normalize_string_quotes` -- and correctly checks for `self.normalize_strings` first, which this callsite does not.
- Loading branch information