Skip to content

Commit 35cb548

Browse files
committed
revert import changes
1 parent 7f0ee16 commit 35cb548

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
@@ -12,6 +12,7 @@
1212
from . import kill # noqa F401
1313
from . import persistent # noqa F401
1414
from . import profile # noqa F401
15+
from . import pysa_server # noqa F401
1516
from . import query # noqa F401
1617
from . import rage # noqa F401
1718
from . import restart # noqa F401
@@ -20,4 +21,3 @@
2021
from . import statistics # noqa F401
2122
from . import stop # noqa F401
2223
from . import validate_models # noqa F401
23-
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)