Skip to content

Commit

Permalink
Use absolute imports to enable debugging module
Browse files Browse the repository at this point in the history
  • Loading branch information
GDYendell committed Nov 10, 2023
1 parent bd29d58 commit 5effeec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ibek/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
import typer
from ruamel.yaml import YAML

from ibek._version import __version__
from ibek.globals import NaturalOrderGroup
from ibek.ioc_cmds.commands import ioc_cli
from ibek.runtime_cmds.commands import runtime_cli
from ibek.support_cmds.commands import support_cli

from ._version import __version__
from .globals import NaturalOrderGroup

cli = typer.Typer(cls=NaturalOrderGroup)

cli.add_typer(
Expand Down

0 comments on commit 5effeec

Please sign in to comment.