Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
twerkmeister committed Sep 25, 2023
1 parent 75bad36 commit 2cf529a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion rasa/shared/core/flows/flow.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from __future__ import annotations

import functools
from dataclasses import dataclass
from enum import Enum
from typing import Any, Dict, List, Optional, Protocol, Set, Text, runtime_checkable
Expand Down
1 change: 0 additions & 1 deletion tests/core/featurizers/test_tracker_featurizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
ACTION_UNLIKELY_INTENT_NAME,
USER,
PREVIOUS_ACTION,
DEFAULT_ACTION_NAMES,
)
from rasa.shared.core.events import ActionExecuted
from rasa.shared.core.trackers import DialogueStateTracker
Expand Down

0 comments on commit 2cf529a

Please sign in to comment.