Skip to content

Commit 258b6f9

Browse files
committed
Updates.
1 parent ccf565a commit 258b6f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Builder/Conceptual/main.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
from __future__ import annotations
17-
from abc import ABC, abstractmethod, abstractproperty
17+
from abc import ABC, abstractmethod, property
1818
from typing import Any
1919

2020

@@ -27,7 +27,8 @@ class Builder(ABC):
2727
объектов Продуктов.
2828
"""
2929

30-
@abstractproperty
30+
@property
31+
@abstractmethod
3132
def product(self) -> None:
3233
pass
3334

0 commit comments

Comments
 (0)