From 662e4c08ca375bd72849a9f485a591520dc8ce5d Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Thu, 9 Mar 2023 19:48:37 +0100 Subject: [PATCH] Remove duplicated typevar --- src/eko/io/types.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/eko/io/types.py b/src/eko/io/types.py index bdd038586..95b43596a 100644 --- a/src/eko/io/types.py +++ b/src/eko/io/types.py @@ -7,8 +7,6 @@ from .dictlike import DictLike -T = typing.TypeVar("T") - # Energy scales # -------------