Skip to content

Commit 8c8c78a

Browse files
committed
import changes
1 parent d6f507e commit 8c8c78a

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,6 +3,7 @@
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
67
from . import backend_arguments # noqa F401
78
from . import check # noqa F401
89
from . import coverage # noqa F401
@@ -12,7 +13,6 @@
1213
from . import kill # noqa F401
1314
from . import persistent # noqa F401
1415
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
1314
from .. import (
1415
command_arguments,
1516
configuration,
16-
pyre,
1717
recently_used_configurations,
1818
)
1919
from .setup import (

0 commit comments

Comments
 (0)