Skip to content

Commit bcfd51b

Browse files
committed
Fix duplicate NotationDirective class definition
Removed duplicate NotationDirective class that was causing issues. Only one NotationDirective definition is needed.
1 parent d20e393 commit bcfd51b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

sphinx_proof/proof_type.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,6 @@ class NotationDirective(ElementDirective):
101101
name = "notation"
102102

103103

104-
class NotationDirective(ElementDirective):
105-
"""A custom notation directive."""
106-
107-
name = "notation"
108-
109-
110104
PROOF_TYPES = {
111105
"axiom": AxiomDirective,
112106
"theorem": TheoremDirective,

0 commit comments

Comments
 (0)