remove duplicate save id
This commit is contained in:
parent
8d1a5736ba
commit
6bd625b1a1
1 changed files with 0 additions and 2 deletions
|
@ -43,8 +43,6 @@ class Save(Protocol):
|
||||||
@property
|
@property
|
||||||
def id(self) -> str: ...
|
def id(self) -> str: ...
|
||||||
@property
|
@property
|
||||||
def id(self) -> str: ...
|
|
||||||
@property
|
|
||||||
def url(self) -> str: ...
|
def url(self) -> str: ...
|
||||||
@property
|
@property
|
||||||
def text(self) -> str: ...
|
def text(self) -> str: ...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue