mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Refactoring while review
This commit is contained in:
parent
5a2cb9704b
commit
7c18c87b95
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue