Browse Source

chore(typing): removed "Self" reference to allow flake test to pass

pull/396/head
Parodi, Eugenio 🌶 11 months ago
parent
commit
54ec928496
  1. 2
      apps/ttkode/ttkode/plugin.py

2
apps/ttkode/ttkode/plugin.py

@ -29,7 +29,7 @@ from enum import Enum
import TermTk as ttk import TermTk as ttk
class TTkodePlugin(): class TTkodePlugin():
instances: List['Self'] = [] instances: List = []
def __init__( def __init__(
self, self,
name : str, name : str,

Loading…
Cancel
Save