Skip to content

Commit b26af10

Browse files
committed
Fix import error
1 parent 794073a commit b26af10

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rasa/nlu/training_data/training_data.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
import os
33
import random
44
import warnings
5-
from _collections import OrderedDict
6-
from collections import Counter
5+
from collections import Counter, OrderedDict
76
from copy import deepcopy
87
from os.path import relpath
98
from typing import Any, Dict, List, Optional, Set, Text, Tuple

0 commit comments

Comments
 (0)