From 401e78538342a1e8045cc59606bbfb360a7958f4 Mon Sep 17 00:00:00 2001 From: adator <85586985+adator85@users.noreply.github.com> Date: Mon, 10 Nov 2025 00:15:53 +0100 Subject: [PATCH] Remove deprecated class (abstractproperty). --- core/classes/interfaces/imodule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/classes/interfaces/imodule.py b/core/classes/interfaces/imodule.py index 7860c19..901c3d2 100644 --- a/core/classes/interfaces/imodule.py +++ b/core/classes/interfaces/imodule.py @@ -1,4 +1,4 @@ -from abc import ABC, abstractmethod, abstractproperty +from abc import ABC, abstractmethod from typing import TYPE_CHECKING, Optional from dataclasses import dataclass from mods.clone.schemas import ModConfModel