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"""