Skip to content

Commit d8a302c

Browse files
Merge pull request #41 from Bullish-Design/claude/investigate-pr-root-cause-ciZqY
Investigate root cause of previous PR fix
2 parents ea68261 + 627f488 commit d8a302c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/devman/commands/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""Command handlers for devman operations."""
22

3-
from .bootstrap import bootstrap
4-
from .doctor import doctor
5-
from .down import down
3+
from . import bootstrap
4+
from . import doctor
5+
from . import down
66
from . import index
7-
from .init import init
8-
from .switch import switch
7+
from . import init
8+
from . import switch
99
from . import up
1010

1111
__all__ = [

0 commit comments

Comments
 (0)