Skip to content

Commit

Permalink
Clean unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcenacp committed Nov 10, 2023
1 parent 89499b8 commit 4c69dd4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wizard/core/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down

0 comments on commit 4c69dd4

Please sign in to comment.