Skip to content

Commit 836ce88

Browse files
Reparent Preprocessor class to Block
1 parent 2a00121 commit 836ce88

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

udapi/block/msf/romance/preprocessor.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
from phrase import Phrase
2-
from enum import Enum
1+
from udapi.core.block import Block
32

4-
class Preprocessor(Phrase):
3+
class Preprocessor(Block):
54

65

76
def process_node(self, node):

0 commit comments

Comments
 (0)