Skip to content

Commit

Permalink
remove property on register methods
Browse files Browse the repository at this point in the history
  • Loading branch information
timvink committed Sep 13, 2024
1 parent 363d904 commit ddace97
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mkdocs_macros/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ def raw_markdown(self, value):
# ----------------------------------
# Hooks for other applications
# ----------------------------------
@property
def register_macro(self, items:dict):
"""
Register macros (hook for other plugins).
Expand All @@ -341,7 +340,6 @@ def register_macro(self, items:dict):
# before on_config: store for later
self._add_macros += items

@property
def register_filters(self, items:dict):
"""
Register filters (hook for other plugins).
Expand All @@ -355,7 +353,6 @@ def register_filters(self, items:dict):
# before on_config: store for later
self._add_filters += items

@property
def register_variables(self, items:dict):
"""
Register variables (hook for other plugins).
Expand Down

0 comments on commit ddace97

Please sign in to comment.