From e2b85160a7134533ae09f838d21d8da0ec386c1a Mon Sep 17 00:00:00 2001 From: Sam Zhou Date: Thu, 9 Mar 2023 11:01:31 -0800 Subject: [PATCH] Remove `inference_mode` config now that LTI is the default Reviewed By: mroch Differential Revision: D43850503 fbshipit-source-id: d95206ad63ec034aab0edad55cd77e5f85deadc9 --- .flowconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.flowconfig b/.flowconfig index 670998fef8244..564703b4bdab1 100644 --- a/.flowconfig +++ b/.flowconfig @@ -30,7 +30,6 @@ suppress_type=$FlowExpectedError format.bracket_spacing=false experimental.abstract_locations=true -inference_mode=lti [lints] untyped-type-import=error