From fa195cd1f19408eb8ebfd18e27c25969c658fbcb Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Wed, 7 Aug 2024 19:42:33 -0700 Subject: [PATCH] [WIP] restore test to clearer state --- crates/red_knot_python_semantic/src/types/infer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/red_knot_python_semantic/src/types/infer.rs b/crates/red_knot_python_semantic/src/types/infer.rs index 395607316dcb0..646d336e1b777 100644 --- a/crates/red_knot_python_semantic/src/types/infer.rs +++ b/crates/red_knot_python_semantic/src/types/infer.rs @@ -2183,7 +2183,7 @@ mod tests { db.write_dedented( "/src/a.py", " - x = None if 0 else 1 + x = None if flag else 1 y = 0 if x is not None: y = x