From 21afc69ac7124784ae8585a296ad6eb30d0beb31 Mon Sep 17 00:00:00 2001 From: overclockworked64 Date: Sat, 16 Oct 2021 17:33:39 +0200 Subject: [PATCH] Postpone evaluation of annotations --- tractor/_clustering.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tractor/_clustering.py b/tractor/_clustering.py index 829caff..8142373 100644 --- a/tractor/_clustering.py +++ b/tractor/_clustering.py @@ -2,6 +2,8 @@ Actor cluster helpers. ''' +from __future__ import annotations + from contextlib import asynccontextmanager as acm from multiprocessing import cpu_count from typing import AsyncGenerator, Optional