Skip to content

Commit 84a37d0

Browse files
committed
revert import changes
1 parent 5d3fa19 commit 84a37d0

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
@@ -13,6 +13,7 @@
1313
from . import kill # noqa F401
1414
from . import persistent # noqa F401
1515
from . import profile # noqa F401
16+
from . import pysa_server # noqa F401
1617
from . import query # noqa F401
1718
from . import rage # noqa F401
1819
from . import restart # noqa F401
@@ -21,4 +22,3 @@
2122
from . import statistics # noqa F401
2223
from . import stop # noqa F401
2324
from . import validate_models # noqa F401
24-
from ....client.commands.v2 import pysa_server # noqa F401

client/tests/pyre_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
from .. import (
1414
command_arguments,
1515
configuration,
16+
pyre,
1617
recently_used_configurations,
1718
)
18-
from ...client import pyre
1919
from .setup import (
2020
ensure_directories_exists,
2121
switch_working_directory,

0 commit comments

Comments
 (0)