Skip to content

Commit ea68261

Browse files
Merge pull request #40 from Bullish-Design/claude/fix-devman-import-aheqw
Fix devman CLI import error
2 parents 48c8713 + 6d37dec commit ea68261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/devman/commands/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from . import index
77
from .init import init
88
from .switch import switch
9-
from .up import up
9+
from . import up
1010

1111
__all__ = [
1212
"bootstrap",

0 commit comments

Comments
 (0)