mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 15:00:20 +00:00
Obey D402
This commit is contained in:
@@ -262,7 +262,7 @@ class AsyncReplitDb:
|
||||
return tuple(data.values())
|
||||
|
||||
async def items(self) -> Tuple[Tuple[str]]:
|
||||
"""Convert the database to a dict and return the dict's items().
|
||||
"""Convert the database to a dict and return the dict's items method.
|
||||
|
||||
Returns:
|
||||
Tuple[Tuple[str]]: The items
|
||||
@@ -539,7 +539,7 @@ class ReplitDb(dict):
|
||||
return tuple(data.values())
|
||||
|
||||
def items(self) -> Tuple[Tuple[str]]:
|
||||
"""Convert the database to a dict and return the dict's items().
|
||||
"""Convert the database to a dict and return the dict's items method.
|
||||
|
||||
Returns:
|
||||
Tuple[Tuple[str]]: The items
|
||||
|
||||
Reference in New Issue
Block a user