Skip to content

Commit

Permalink
remove unused ast type
Browse files Browse the repository at this point in the history
  • Loading branch information
z80dev committed Aug 10, 2024
1 parent 100783f commit f6a15dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vyper_lsp/ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ def best_ast(self):
return self.ast_data_annotated
elif self.ast_data:
return self.ast_data
elif self.ast_data_folded:
return self.ast_data_folded

return None

Expand Down

0 comments on commit f6a15dd

Please sign in to comment.