From 54ec928496fa2e2ff98f13941ed111d520dc8017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parodi=2C=20Eugenio=20=F0=9F=8C=B6?= Date: Thu, 1 May 2025 09:33:54 +0100 Subject: [PATCH] chore(typing): removed "Self" reference to allow flake test to pass --- apps/ttkode/ttkode/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ttkode/ttkode/plugin.py b/apps/ttkode/ttkode/plugin.py index 636b3ddb..1687b8a1 100644 --- a/apps/ttkode/ttkode/plugin.py +++ b/apps/ttkode/ttkode/plugin.py @@ -29,7 +29,7 @@ from enum import Enum import TermTk as ttk class TTkodePlugin(): - instances: List['Self'] = [] + instances: List = [] def __init__( self, name : str,