Skip to content

Commit bf48419

Browse files
committed
-
1 parent 5f92d26 commit bf48419

File tree

2 files changed

+2
-6
lines changed
  • source_py2/test_python_toolbox/test_nifty_collections/test_counter
  • source_py3/test_python_toolbox/test_nifty_collections/test_counter

2 files changed

+2
-6
lines changed

source_py2/test_python_toolbox/test_nifty_collections/test_counter/test_external.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@
77
import copy
88
import pickle
99
import cPickle
10-
from collections import Mapping
10+
from collections import Mapping, Counter
1111

1212
from python_toolbox.third_party import unittest2
1313

1414
from python_toolbox import misc_tools
1515

16-
from python_toolbox.nifty_collections import Counter
17-
1816

1917
class TestCounter(unittest2.TestCase):
2018

source_py3/test_python_toolbox/test_nifty_collections/test_counter/test_external.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@
77
import copy
88
import pickle
99
import pickle
10-
from collections import Mapping
10+
from collections import Mapping, Counter
1111

1212
from python_toolbox.third_party import unittest2
1313

1414
from python_toolbox import misc_tools
1515

16-
from python_toolbox.nifty_collections import Counter
17-
1816

1917
class TestCounter(unittest2.TestCase):
2018

0 commit comments

Comments
 (0)