From f2600f30801c849fc1d139386e3ddc3c9eb43e30 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Thu, 10 Feb 2022 14:10:48 -0800 Subject: More cleanup. --- collect/pyproject.toml | 1 + collect/shared_dict.py | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 120000 collect/pyproject.toml (limited to 'collect') diff --git a/collect/pyproject.toml b/collect/pyproject.toml new file mode 120000 index 0000000..1e11d78 --- /dev/null +++ b/collect/pyproject.toml @@ -0,0 +1 @@ +../pyproject.toml \ No newline at end of file diff --git a/collect/shared_dict.py b/collect/shared_dict.py index e0a42f2..f4ec914 100644 --- a/collect/shared_dict.py +++ b/collect/shared_dict.py @@ -31,7 +31,16 @@ import pickle from contextlib import contextmanager from functools import wraps from multiprocessing import RLock, shared_memory -from typing import Any, Dict, Generator, ItemsView, Iterator, KeysView, Optional, ValuesView +from typing import ( + Any, + Dict, + Generator, + ItemsView, + Iterator, + KeysView, + Optional, + ValuesView, +) from decorator_utils import synchronized -- cgit v1.3