Skip to content

Commit

Permalink
Add missing Pyre mode headers] [batch:1/25] [shard:2/N]
Browse files Browse the repository at this point in the history
Differential Revision: D60283507

fbshipit-source-id: 38172f74ee3ae62362f71f88ffab5ceb309e0056
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Jul 26, 2024
1 parent 1ab07a7 commit 2ef6646
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ax/analysis/__init__.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

from ax.analysis.analysis import Analysis, AnalysisCard, AnalysisCardLevel
from ax.analysis.markdown import * # noqa
from ax.analysis.plotly import * # noqa
Expand Down
2 changes: 2 additions & 0 deletions ax/analysis/analysis.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

from enum import Enum
from typing import Any, Optional, Protocol

Expand Down
2 changes: 2 additions & 0 deletions ax/analysis/markdown/__init__.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

from ax.analysis.markdown.markdown_analysis import (
MarkdownAnalysis,
MarkdownAnalysisCard,
Expand Down
2 changes: 2 additions & 0 deletions ax/analysis/markdown/markdown_analysis.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

from typing import Optional

import pandas as pd
Expand Down
2 changes: 2 additions & 0 deletions ax/analysis/plotly/__init__.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

from ax.analysis.plotly.plotly_analysis import PlotlyAnalysis, PlotlyAnalysisCard

__all__ = ["PlotlyAnalysis", "PlotlyAnalysisCard"]
2 changes: 2 additions & 0 deletions ax/analysis/plotly/plotly_analysis.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

from typing import Optional

import pandas as pd
Expand Down

0 comments on commit 2ef6646

Please sign in to comment.