Skip to content

Commit

Permalink
fixed module command in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Feb 22, 2024
1 parent 2e12fd2 commit 5f2921e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/mochi/bedrock/bedrockctl/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ def list(target: Annotated[
"""
Lists the modules loaded in each of the target Bedrock process(es).
"""
from ._util import parse_target_ranks, rank_is_in
ranks = parse_target_ranks(ranks)
from ._util import ServiceContext
from rich import print
with ServiceContext(target) as service:
Expand Down

0 comments on commit 5f2921e

Please sign in to comment.