Skip to content

Commit

Permalink
Remove outdated TODO
Browse files Browse the repository at this point in the history
Summary:
I was doing a quick search for `TODO(T101303314)` occurences to make sure my
cleanups are finished from the `__getitem__` -> `Subscript` transition, and I
found this one which was actually fixed a couple weeks ago when I finished the
`__setitem__` logic, I just forgot to delete the TODO in the test.

Reviewed By: alexkassil

Differential Revision: D57627449

fbshipit-source-id: 8fb8a46847faeac22c351dbc89abd43cab880b36
  • Loading branch information
stroxler authored and facebook-github-bot committed May 25, 2024
1 parent cd97f25 commit 88db3e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/analysis/test/uninitializedLocalCheckTest.ml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ let test_simple =
y = None
|}
["Uninitialized local [61]: Local variable `y` is undefined, or not always defined."];
(* TODO(T101303314) Validate use of uninitialized locals in subscript assignment targets *)
labeled_test_case __FUNCTION__ __LINE__
@@ assert_uninitialized_errors
{|
Expand Down

0 comments on commit 88db3e6

Please sign in to comment.