docs: user docstrings

Issue: #13
This commit is contained in:
Chris Milne 2026-05-28 14:55:44 +01:00
parent d852bda091
commit 43cb7e700d
9 changed files with 23 additions and 49 deletions

View file

@ -1,9 +1,8 @@
"""
Module specific exceptions for user module
Exceptions related to the user module
Exceptions:
- List: Description
- Exceptions: Description
- UserNotFoundException: Takes an optional user_id int
"""
from typing import Optional