lightly-ai / lightly-ai/lightly

Cleanup init files

Open
#1,229 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement package
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.