From e68ff81283055a5bd7265ca6822f57c6e5c20561 Mon Sep 17 00:00:00 2001 From: Miles Olson Date: Thu, 17 Oct 2024 09:03:29 -0700 Subject: [PATCH] Add missing pyre mode header Summary: Was working on something else and noticed linter complaining about this Differential Revision: D64543553 --- ax/analysis/plotly/utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ax/analysis/plotly/utils.py b/ax/analysis/plotly/utils.py index 17e41a866e4..3693b4dd6c3 100644 --- a/ax/analysis/plotly/utils.py +++ b/ax/analysis/plotly/utils.py @@ -3,6 +3,8 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. +# pyre-strict + import numpy as np import torch from ax.core.experiment import Experiment