From 4c69dd47b3175dd5f7dfee15349bf63e021c9082 Mon Sep 17 00:00:00 2001 From: Pierre Marcenac Date: Fri, 10 Nov 2023 13:37:00 +0000 Subject: [PATCH] Clean unused code. --- wizard/core/state.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/wizard/core/state.py b/wizard/core/state.py index a93f7d4d8..6b45ab5d5 100644 --- a/wizard/core/state.py +++ b/wizard/core/state.py @@ -6,12 +6,9 @@ from __future__ import annotations import dataclasses -from typing import Type, TypeVar import mlcroissant as mlc -T = TypeVar("T", bound="Parent") - class CurrentStep: """hold all major state variables for the application"""