We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794073a commit b26af10Copy full SHA for b26af10
rasa/nlu/training_data/training_data.py
@@ -2,8 +2,7 @@
2
import os
3
import random
4
import warnings
5
-from _collections import OrderedDict
6
-from collections import Counter
+from collections import Counter, OrderedDict
7
from copy import deepcopy
8
from os.path import relpath
9
from typing import Any, Dict, List, Optional, Set, Text, Tuple
0 commit comments