You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: use inheritance to improve our code base (#47)
* fix: interpolations erros and other things reported by sourcery-ai
* feat: use inheritance to improve the code base
* fix: sourcery refactored
* chore: update pre commit rules
* fix: remove noqa F401 comments
* fix: remove duplicate and unused imports in base_client.py
* feat: use enum instance literals in base_request_builder.py
* pref: cast session only once in __init__
* pref: remove unnecesary cast
* tests: update tests
* chore: generate sync code
* feat: add support for upsert
* Rm cast from rpc in async client
* Rm cast from rpc in sync client
* Add table method as an alias for from_
Co-authored-by: dreinon <[email protected]>
Co-authored-by: Dani Reinón <[email protected]>
0 commit comments