Skip to content

Commit 494d368

Browse files
committed
fix: Remove errant proactive import
#15 Branch: Run-15 Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
1 parent e61344a commit 494d368

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

cforge/commands/server/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,3 @@
66
77
Server command group.
88
"""
9-
10-
# First-Party
11-
from cforge.commands.server.run import run
12-
from cforge.commands.server.serve import serve
13-
14-
__all__ = ["run", "serve"]

0 commit comments

Comments
 (0)