Skip to content

Commit

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

fbshipit-source-id: 99d82e2f6868b87076979c850e0242db120c75b0
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Aug 2, 2024
1 parent 05aa755 commit 17bf056
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/metrics/aggregation/test_cov.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# pyre-strict

import torch
from torcheval.metrics import Covariance
from torcheval.utils.test_utils.metric_class_tester import MetricClassTester
Expand Down
2 changes: 2 additions & 0 deletions torcheval/metrics/aggregation/cov.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# pyre-strict

from collections.abc import Iterable
from typing import Tuple, TypeVar

Expand Down

0 comments on commit 17bf056

Please sign in to comment.