Skip to content

Commit

Permalink
Normalization functions removed from __init__.py (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
pseusys authored Aug 10, 2023
1 parent c39f521 commit 9804403
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions dff/script/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
PRE_RESPONSE_PROCESSING,
PRE_TRANSITIONS_PROCESSING,
)
from .core.normalization import (
normalize_label,
normalize_condition,
normalize_response,
normalize_processing,
)
from .core.script import Node, Script
from .core.types import (
LabelType,
Expand Down
2 changes: 1 addition & 1 deletion tests/script/core/test_normalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from dff.script.labels import repeat
from dff.script.conditions import true

from dff.script import (
from dff.script.core.normalization import (
normalize_condition,
normalize_label,
normalize_processing,
Expand Down

0 comments on commit 9804403

Please sign in to comment.