DiamondLightSource / DiamondLightSource/httomo

Remove unused imports in various python files

Open
#293 0 comments 0 reactions 0 assignees View on GitHub
minor
Dominant language
Python
Stars
10
Forks
5
Avg merge
5d 17h
Merged PRs (30d)
1

Description

There's several python files with unused imports, such as `task_runner.py` not needing the `islice` or `numpy` imports: https://github.com/DiamondLightSource/httomo/blob/25ef9aa6c2ef541ba5ea3a6c3bad96bff9c3145c/httomo/runner/task_runner.py#L1-L30

or `utils.py` not needing the `contextmanager` or `Callable` imports: https://github.com/DiamondLightSource/httomo/blob/25ef9aa6c2ef541ba5ea3a6c3bad96bff9c3145c/httomo/utils.py#L1-L6

It would be good at some point to do a check of all python files and update their imports accordingly, to tidy things up.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.