Minor cleanups

This commit is contained in:
Profitroll 2024-01-03 23:21:43 +01:00
parent 24873996ac
commit a7d6dcb1a0
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ from classes.pyrouser_mongo import PyroUser
class PyroClient(LibPyroClient):
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:
* user (`Union[int, User]`): ID or User object to extract ID from.

0
migrations/.gitkeep Normal file
View File