Skip to content

Commit 5ae965f

Browse files
generatedunixname89002005307016facebook-github-bot
authored andcommitted
Add missing Pyre mode headers] [batch:1/25] [shard:2/N]
Differential Revision: D60507599 fbshipit-source-id: e5023e57272f8f887c9fc2ab2dc467bb0311f1da
1 parent 45d436a commit 5ae965f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ax/analysis/plotly/parallel_coordinates/parallel_coordinates.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
55

6+
# pyre-strict
7+
68
from typing import Any, Dict, Optional
79

810
import numpy as np

ax/analysis/plotly/parallel_coordinates/tests/test_parallel_coordinates.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
55

6+
# pyre-strict
7+
68
import pandas as pd
79
from ax.analysis.analysis import AnalysisCardLevel
810
from ax.analysis.plotly.parallel_coordinates.parallel_coordinates import (

0 commit comments

Comments
 (0)