Refactoring while review

This commit is contained in:
Rishat Fayzullin 2024-03-12 17:35:15 +03:00
parent 5a2cb9704b
commit 7c18c87b95

View file

@ -25,7 +25,7 @@ class KeyBuilder(ABC):
@abstractmethod
def build(self, key: StorageKey, part: Literal["data", "state", "lock"]) -> str:
"""
This method should be implemented in subclasses
Build key to be used in storage's db queries
:param key: contextual key
:param part: part of the record