Skip to content

Commit

Permalink
Revert D64533041
Browse files Browse the repository at this point in the history
Summary:
This diff reverts D64533041
This should now be ignored by the codemod service since D64600255 landed.

Reviewed By: chantra

Differential Revision: D65002365

fbshipit-source-id: 570201a448a09caee9207f8686d1eea225379c7b
  • Loading branch information
generatedunixname89002005232357 authored and facebook-github-bot committed Oct 26, 2024
1 parent 3f91b83 commit 19e8a1c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions tests/test_branch_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@

from freezegun import freeze_time
from git.exc import GitCommandError

from kernel.kernel_patches_daemon.oss.tests.common.patchwork_mock import (
DEFAULT_TEST_RESPONSES,
get_default_pw_client,
init_pw_responses,
)
from kernel_patches_daemon.branch_worker import (
_is_branch_changed,
_series_already_applied,
Expand All @@ -51,6 +45,12 @@
from kernel_patches_daemon.status import Status
from munch import Munch, munchify

from tests.common.patchwork_mock import (
DEFAULT_TEST_RESPONSES,
get_default_pw_client,
init_pw_responses,
)

from . import read_fixture


Expand Down
10 changes: 5 additions & 5 deletions tests/test_patchwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@
from aioresponses import aioresponses

from freezegun import freeze_time
from kernel_patches_daemon.patchwork import parse_tags, RELEVANT_STATES, Subject, TTL
from kernel_patches_daemon.status import Status
from multidict import MultiDict
from pyre_extensions import none_throws

from kernel.kernel_patches_daemon.oss.tests.common.patchwork_mock import (
from tests.common.patchwork_mock import (
DEFAULT_CHECK_CTX,
DEFAULT_CHECK_CTX_QUERY,
DEFAULT_FREEZE_DATE,
Expand All @@ -28,10 +32,6 @@
get_dict_key,
init_pw_responses,
)
from kernel_patches_daemon.patchwork import parse_tags, RELEVANT_STATES, Subject, TTL
from kernel_patches_daemon.status import Status
from multidict import MultiDict
from pyre_extensions import none_throws


class PatchworkTestCase(unittest.IsolatedAsyncioTestCase):
Expand Down

0 comments on commit 19e8a1c

Please sign in to comment.