lightly-ai / lightly-ai/lightly
Cleanup init files
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.8k
- Forks
- 367
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 5
Description
## Description
We should go through all the init files in the pip package and make sure we don't import any non-essential modules.
## Tasks
- [ ] Check all init files and make sure they only import important modules
- [ ] Check main init file and figure out if we can drop anything
- [ ] Remove things we don't need anymore
- [ ] Remove or update description at top of main init file
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect all init files in the pip package, starting with the main init file and its top description. Identify which imports are essential, remove or update the unnecessary ones and description, and verify that the package still exposes the intended modules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100