aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/auth/db/protocols.py
AgeCommit message (Collapse)Author
2024-03-08Remove "raise" in auth.db Protocol classes.Munyoki Kilyungi
* gn_auth/auth/db/protocols.py (DbCursor): Remove "raise" in DBCursor Protocol. See: <https://typing.readthedocs.io/en/latest/spec/protocol.html>
2023-08-23pylint: replace ellipsis with statement raising exception.Frederick Muriuki Muriithi
2023-08-08Fix type-checking errorsFrederick Muriuki Muriithi
2023-08-07Collect db-connections function in single module.Frederick Muriuki Muriithi