Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Commit c8e3049

Browse files
connernilsenfacebook-github-bot
authored andcommitted
Final big migration push [7/22] (#2394)
Summary: Pull Request resolved: #2394 Reviewed By: kinto0 Differential Revision: D54731232 fbshipit-source-id: 2cf2afd0037c164c530531a453152d3d1747eb09
1 parent 654b508 commit c8e3049

File tree

114 files changed

+228
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+228
-0
lines changed

fbpcs/bolt/hooks/test/test_exception_thrower.py

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

7+
# pyre-unsafe
8+
79

810
from unittest import IsolatedAsyncioTestCase
911
from unittest.mock import Mock

fbpcs/bolt/hooks/test/test_stage_canceller.py

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

7+
# pyre-unsafe
8+
79

810
from unittest import IsolatedAsyncioTestCase
911
from unittest.mock import AsyncMock

fbpcs/bolt/test/test_bolt_hook.py

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

7+
# pyre-unsafe
8+
79
from dataclasses import dataclass
810
from typing import List, TypeVar
911
from unittest import IsolatedAsyncioTestCase

fbpcs/bolt/test/test_bolt_job.py

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

7+
# pyre-unsafe
8+
79
import unittest
810
from unittest import mock
911

fbpcs/bolt/test/test_bolt_runner.py

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

7+
# pyre-unsafe
8+
79
import time
810
import unittest
911
from enum import Enum

fbpcs/bolt/test/test_oss_bolt_pcs.py

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

7+
# pyre-unsafe
8+
79

810
import unittest
911
from collections import defaultdict

fbpcs/common/entity/dataclasses_hooks.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-unsafe
7+
68

79
from abc import abstractmethod
810
from dataclasses import dataclass

fbpcs/common/entity/dataclasses_mutability.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-unsafe
7+
68

79
from dataclasses import dataclass, field
810
from enum import Enum

fbpcs/common/entity/exceptions.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-unsafe
7+
68
from typing import Any
79

810

fbpcs/common/entity/update_generic_hook.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-unsafe
7+
68

79
from typing import Any, Callable, Iterable, Optional, TypeVar
810

0 commit comments

Comments
 (0)