Skip to content

Commit 768935e

Browse files
committed
Revert "import changes"
This reverts commit 9b2a4cb.
1 parent 8c8c78a commit 768935e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/commands/v2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
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-
from ..v2 import pysa_server # noqa F401
76
from . import backend_arguments # noqa F401
87
from . import check # noqa F401
98
from . import coverage # noqa F401
@@ -13,6 +12,7 @@
1312
from . import kill # noqa F401
1413
from . import persistent # noqa F401
1514
from . import profile # noqa F401
15+
from . import pysa_server # noqa F401
1616
from . import query # noqa F401
1717
from . import rage # noqa F401
1818
from . import restart # noqa F401

client/tests/pyre_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
import testslide
1212

13-
from ...client import pyre
1413
from .. import (
1514
command_arguments,
1615
configuration,
16+
pyre,
1717
recently_used_configurations,
1818
)
1919
from .setup import (

0 commit comments

Comments
 (0)