deta-python
deta-python copied to clipboard
chore(ref): Improve Codebase and Refactor some functions
What's Changed:
- Swap
if/elsebranches ofifexpression to remove negation - Replace
if statementwith if the expression - Remove unnecessary else after guard condition
a little improvement in the codebase could help to refactor and performance for the upcoming functions in Deta client.