From e561d33eb18e086fe4da751cd86cfa1c1e1ebf7b Mon Sep 17 00:00:00 2001 From: alpharush <0xalpharush@protonmail.com> Date: Thu, 31 Aug 2023 17:37:30 -0500 Subject: [PATCH] try removing trailing comment --- tests/e2e/vyper_parsing/test_data/tricky.vy | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/e2e/vyper_parsing/test_data/tricky.vy b/tests/e2e/vyper_parsing/test_data/tricky.vy index 83b19cb89..4a5b71851 100644 --- a/tests/e2e/vyper_parsing/test_data/tricky.vy +++ b/tests/e2e/vyper_parsing/test_data/tricky.vy @@ -9,7 +9,4 @@ MAX_TICKS_UINT: constant(uint256) = 50 struct Loan: liquidation_range: LMGauge -x: public(Loan) - - -# TODO Will this overly complicate analyzing AST https://github.com/vyperlang/vyper/pull/3411 \ No newline at end of file +x: public(Loan) \ No newline at end of file