Skip to content

Commit

Permalink
chore: rem old MkJinjaTemplate relicts
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Nov 13, 2023
1 parent 35b4242 commit 197b444
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions mknodes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
from .templatenodes.mkconfigsetting import MkConfigSetting
from .templatenodes.mkmoduletable import MkModuleTable
from .templatenodes.mkpluginflow import MkPluginFlow
from .templatenodes.mktemplate import MkTemplate, MkTemplate as MkJinjaTemplate
from .templatenodes.mktemplate import MkTemplate
from .templatenodes.mkpydeps import MkPyDeps
from .templatenodes.mkpipdeptree import MkPipDepTree

Expand Down Expand Up @@ -164,7 +164,6 @@
"MkTaskList",
"MkTimeline",
"MkTemplate",
"MkJinjaTemplate",
"MkPyDeps",
"MkPipDepTree",
"Router",
Expand Down
4 changes: 2 additions & 2 deletions mknodes/templatenodes/mktemplate/metadata.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[metadata]
icon = "simple-icons:jinja"
name = "MkJinjaTemplate"
name = "MkTemplate"
virtual_children = true

[examples.regular]
title = "From project"
jinja = """
{{ "why_mknodes.jinja" | MkJinjaTemplate }}
{{ "why_mknodes.jinja" | MkTemplate }}
"""

0 comments on commit 197b444

Please sign in to comment.