Minor cleanups
This commit is contained in:
parent
24873996ac
commit
a7d6dcb1a0
@ -11,7 +11,7 @@ from classes.pyrouser_mongo import PyroUser
|
|||||||
|
|
||||||
class PyroClient(LibPyroClient):
|
class PyroClient(LibPyroClient):
|
||||||
async def find_user(self, user: Union[int, User]) -> PyroUser:
|
async def find_user(self, user: Union[int, User]) -> PyroUser:
|
||||||
"""Find User by it's ID or User object.
|
"""Find User by its ID or User object.
|
||||||
|
|
||||||
### Args:
|
### Args:
|
||||||
* user (`Union[int, User]`): ID or User object to extract ID from.
|
* user (`Union[int, User]`): ID or User object to extract ID from.
|
||||||
|
0
migrations/.gitkeep
Normal file
0
migrations/.gitkeep
Normal file
Reference in New Issue
Block a user