From f2600f30801c849fc1d139386e3ddc3c9eb43e30 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Thu, 10 Feb 2022 14:10:48 -0800 Subject: More cleanup. --- tests/pyproject.toml | 1 + tests/shared_dict_test.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 tests/pyproject.toml (limited to 'tests') diff --git a/tests/pyproject.toml b/tests/pyproject.toml new file mode 120000 index 0000000..1e11d78 --- /dev/null +++ b/tests/pyproject.toml @@ -0,0 +1 @@ +../pyproject.toml \ No newline at end of file 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): -- cgit v1.3