diff options
| author | Scott Gasch <[email protected]> | 2022-02-10 14:10:48 -0800 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-02-10 14:10:48 -0800 |
| commit | f2600f30801c849fc1d139386e3ddc3c9eb43e30 (patch) | |
| tree | 74c5173bf47322bcfbbd2985adfb54741cf3c4cc /tests/shared_dict_test.py | |
| parent | 415c2c91972ea5a574dce166ec609926dcf19d73 (diff) | |
More cleanup.
Diffstat (limited to 'tests/shared_dict_test.py')
| -rwxr-xr-x | tests/shared_dict_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shared_dict_test.py b/tests/shared_dict_test.py index c8294c5..0b73a45 100755 --- a/tests/shared_dict_test.py +++ b/tests/shared_dict_test.py @@ -2,10 +2,10 @@ import unittest -from collect.shared_dict import SharedDict import parallelize as p import smart_future import unittest_utils +from collect.shared_dict import SharedDict class SharedDictTest(unittest.TestCase): |
