Prefer using double quote for strings

This commit is contained in:
rocky
2024-02-17 12:57:48 -05:00
parent 60ca6f485b
commit 3ef4ab4944
4 changed files with 12 additions and 19 deletions

View File

@@ -39,6 +39,7 @@ class NonterminalActions:
# parenthesis surrounding it. A high value indicates no
# parenthesis are needed.
self.prec = 1000
self.in_format_string = False
def n_alias(self, node):
if self.version <= (2, 1):