remove forgotten line

This commit is contained in:
Jakub Trllo 2024-03-18 15:29:01 +01:00
parent 36daddd4ce
commit 65af945b7d

View file

@ -379,7 +379,6 @@ class TemplateCategory:
return key
class AnatomyTemplates(TemplatesDict):
class AnatomyTemplates:
inner_key_pattern = re.compile(r"(\{@.*?[^{}0]*\})")
inner_key_name_pattern = re.compile(r"\{@(.*?[^{}0]*)\}")