From a9502c2290317418c7a035d97fd287995b71ec7a Mon Sep 17 00:00:00 2001 From: ariel Date: Thu, 21 Mar 2024 17:24:29 +0100 Subject: [PATCH] Future import --- cogment_lab/humans/gradio_actor.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogment_lab/humans/gradio_actor.py b/cogment_lab/humans/gradio_actor.py index bab256e..4a9aa91 100644 --- a/cogment_lab/humans/gradio_actor.py +++ b/cogment_lab/humans/gradio_actor.py @@ -1,3 +1,5 @@ +from __future__ import annotations + import asyncio import json import logging