From 288a7175c120207b5b42007289b6254ac84fdf63 Mon Sep 17 00:00:00 2001 From: Eduardo Hirata-Miyasaki Date: Thu, 14 Nov 2024 14:46:05 -0800 Subject: [PATCH] ruff --- viscy/representation/engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viscy/representation/engine.py b/viscy/representation/engine.py index 6ed16657..832fd62d 100644 --- a/viscy/representation/engine.py +++ b/viscy/representation/engine.py @@ -1,5 +1,5 @@ import logging -from typing import Literal, Sequence, Tuple, TypedDict +from typing import Literal, Sequence, TypedDict import numpy as np import torch