Split utils/__init__.py
Open
enhancement
good first issue
refactor
- Dominant language
- Python
- Stars
- 826
- Forks
- 79
- PR merge metrics
- No merged PRs in 30d
Description
We have multiple files under `gprofiler/utils/`, but still lots of logic is in the one god file `utils/__init__.py`, it needs to be split up to individual files under `gprofiler/utils/`, and make the `__init__.py` itself empty so that one can import only the relevant utilities they want.
Contributor guide
Assessment
This issue has not been assessed yet.