Remove unused imports and code

This commit is contained in:
James Westman 2023-04-11 21:26:37 -05:00
parent 10806bce1e
commit a9f6bf8d89
15 changed files with 12 additions and 35 deletions

View file

@ -126,7 +126,7 @@ def property_completer(ast_node, match_variables):
@completer(
applies_in=[language.Property, language.BaseTypedAttribute],
applies_in=[language.Property, language.BaseAttribute],
matches=[[(TokenType.IDENT, None), (TokenType.OP, ":")]],
)
def prop_value_completer(ast_node, match_variables):