This repository has been archived by the owner on Feb 4, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed debug code in refresh.py intended to only update one board (#20)
* Removed debug code in refresh.py intended to only update one board I additionally removed types from docstring (some were lying) and added types where I could guess them to make it easier to debug the code in the future. Also added a minor description to the readme for ease of navigation. * Added import for type annotations * Ensure that the reset_index happens inplace * Avoid adding duplicates in refresh.py
- Loading branch information