Skip to content

Commit

Permalink
Pyre Configurationless migration for] [batch:28/29] (pytorch#1911)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#1911

Reviewed By: connernilsen

Differential Revision: D56413782

fbshipit-source-id: eec8087f69b2cc4354d88c3b91db88638a5196f3
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Apr 22, 2024
1 parent cbde0b7 commit 3fbd547
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions torchrec/ir/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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 dataclasses import dataclass
from typing import List, Optional

Expand Down
2 changes: 2 additions & 0 deletions torchrec/ir/serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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 json
from typing import Dict, Type

Expand Down
2 changes: 2 additions & 0 deletions torchrec/ir/tests/test_serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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

#!/usr/bin/env python3

import unittest
Expand Down
2 changes: 2 additions & 0 deletions torchrec/ir/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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

#!/usr/bin/env python3

from typing import List, Tuple, Type
Expand Down

0 comments on commit 3fbd547

Please sign in to comment.