Fix collections type import for py3.10
							parent
							
								
									a95488ad2f
								
							
						
					
					
						commit
						0d67ce4abc
					
				|  | @ -2,7 +2,7 @@ | |||
| Per process state | ||||
| """ | ||||
| from typing import Optional, Dict, Any | ||||
| from collections import Mapping | ||||
| from collections.abc import Mapping | ||||
| import multiprocessing as mp | ||||
| 
 | ||||
| import trio | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue