Skip to content

Commit 9497b23

Browse files
committed
project scaffold template clear up
1 parent 27b4cbd commit 9497b23

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

ellar_cli/manage_commands/create_module.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88

99
import ellar_cli.click as eClick
1010
from ellar_cli import scaffolding
11+
from ellar_cli.file_scaffolding import FileTemplateScaffold
1112
from ellar_cli.schema import EllarScaffoldSchema
12-
13-
from ..file_scaffolding import FileTemplateScaffold
14-
from ..service import EllarCLIException
13+
from ellar_cli.service import EllarCLIException
1514

1615
__all__ = ["create_module"]
1716

ellar_cli/scaffolding/project_template/project_name/server.ellar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def bootstrap() -> App:
2525
# .add_server('/', description='Development Server')
2626
#
2727
# document = document_builder.build_document(application)
28-
# module = OpenAPIDocumentModule.setup(
28+
# OpenAPIDocumentModule.setup(
2929
# app=application,
3030
# document=document,
3131
# docs_ui=SwaggerUI(),

0 commit comments

Comments
 (0)