AntonioMrtz / SpotifyElectron

Spotify Electron is a cross-platform music streaming desktop app made with Electron-React frontend and Python-FastAPI-AWS Backend. The goal is to reproduce the original Spotify functionality while adding new ones like uploading songs.
https://antoniomrtz.github.io/SpotifyElectron_Web/
Other
37 stars 9 forks source link

Replace Numpy Docstrings for Google Style #196

Open AntonioMrtz opened 1 month ago

AntonioMrtz commented 1 month ago

Description

Replace Numpy Docstrings for Google Style in Backend

Context

There're remaining Numpy style docstring and we wan't to unify all backend docstrings.

How to do it

Replace docstring styles but maintain the same info

Testing

AntonioMrtz commented 1 month ago

Replace Backend docstring Numpy for Google