Skip to content

Commit

Permalink
project scaffold template clear up
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwinCode committed Jun 9, 2024
1 parent 27b4cbd commit 9497b23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions ellar_cli/manage_commands/create_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@

import ellar_cli.click as eClick
from ellar_cli import scaffolding
from ellar_cli.file_scaffolding import FileTemplateScaffold
from ellar_cli.schema import EllarScaffoldSchema

from ..file_scaffolding import FileTemplateScaffold
from ..service import EllarCLIException
from ellar_cli.service import EllarCLIException

__all__ = ["create_module"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def bootstrap() -> App:
# .add_server('/', description='Development Server')
#
# document = document_builder.build_document(application)
# module = OpenAPIDocumentModule.setup(
# OpenAPIDocumentModule.setup(
# app=application,
# document=document,
# docs_ui=SwaggerUI(),
Expand Down

0 comments on commit 9497b23

Please sign in to comment.