Replace deprecated abc.abstractproperty
It was deprecated in Python 3.3 [1]. [1] https://docs.python.org/3.13/whatsnew/3.3.html#abc Change-Id: Ibd98cb93f697a6da6a6bc5a5030640a262c7a66b
This commit is contained in:
@@ -114,6 +114,7 @@ class BaseSolution(object, metaclass=abc.ABCMeta):
|
||||
"""
|
||||
raise NotImplementedError()
|
||||
|
||||
@abc.abstractproperty
|
||||
@property
|
||||
@abc.abstractmethod
|
||||
def actions(self):
|
||||
raise NotImplementedError()
|
||||
|
||||
Reference in New Issue
Block a user