Skip to content

Commit

Permalink
fix: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseCake87 committed Aug 8, 2024
1 parent 1cc650e commit 26c621f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/flask_imp/_cli/filelib/blueprint.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import typing as t
from pathlib import Path


Expand Down Expand Up @@ -111,7 +110,6 @@ def blueprint_templates_includes_header_html(
"""


# Format to: footer_html, main_html
def blueprint_templates_includes_footer_html(footer_html: Path, main_html: Path) -> str:
return f"""\
<div style="display: flex; flex-direction: row; align-items: center; gap: 2rem; margin-bottom: 2rem;">
Expand Down
1 change: 0 additions & 1 deletion src/flask_imp/_cli/filelib/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Format to: None
def models_example_user_table_py(app_name: str) -> str:
return f"""\
from sqlalchemy import select, update, delete, insert
Expand Down
1 change: 0 additions & 1 deletion src/flask_imp/_cli/filelib/resources.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Format to: app_name
def resources_cli_py() -> str:
return """\
from flask import current_app as app
Expand Down
1 change: 0 additions & 1 deletion src/flask_imp/_cli/filelib/templates.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Format to: head_tag, static_path, index_py, index_html, init_py
def templates_minimal_index_html(
head_tag: str, static_path: str, index_py: str, index_html: str, init_py: str
) -> str:
Expand Down

0 comments on commit 26c621f

Please sign in to comment.