Appease python linter

This commit is contained in:
Ben Langmuir
2019-05-02 12:56:18 -07:00
parent 68555dbf7e
commit a7fe27ae28

View File

@@ -233,7 +233,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
'DeclName': 228,
'PoundAssertStmt': 229,
'SomeType': 230,
'CustomAttribute':231,
'CustomAttribute': 231,
}