From 6ba90a1f30f1c0cf4df12fcd0c62181f29bc3668 Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 2 Feb 2022 13:09:30 -0800 Subject: Make subdirs type clean too. --- collect/shared_dict.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'collect/shared_dict.py') diff --git a/collect/shared_dict.py b/collect/shared_dict.py index 0d8e7c2..7c84c14 100644 --- a/collect/shared_dict.py +++ b/collect/shared_dict.py @@ -30,14 +30,14 @@ This class is based on https://github.com/luizalabs/shared-memory-dict import pickle from contextlib import contextmanager from functools import wraps -from multiprocessing import shared_memory, RLock +from multiprocessing import RLock, shared_memory from typing import ( Any, Dict, Generator, - KeysView, ItemsView, Iterator, + KeysView, Optional, ValuesView, ) -- cgit v1.3