Skip to content

Commit

Permalink
Add missing pyre mode header
Browse files Browse the repository at this point in the history
Summary: Was working on something else and noticed linter complaining about this

Differential Revision: D64543553
  • Loading branch information
mpolson64 authored and facebook-github-bot committed Oct 17, 2024
1 parent f02a90a commit e68ff81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ax/analysis/plotly/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e68ff81

Please sign in to comment.