Skip to content

lint

lint #638

GitHub Actions / Flake8 failed May 12, 2024 in 0s

18 errors

Flake8 found 18 errors

Annotations

Check failure on line 20 in mlonmcu/session/schedule.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/schedule.py#L20

'os' imported but unused (F401)

Check failure on line 21 in mlonmcu/session/schedule.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/schedule.py#L21

'shutil' imported but unused (F401)

Check failure on line 22 in mlonmcu/session/schedule.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/schedule.py#L22

'filelock' imported but unused (F401)

Check failure on line 23 in mlonmcu/session/schedule.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/schedule.py#L23

'tempfile' imported but unused (F401)

Check failure on line 25 in mlonmcu/session/schedule.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/schedule.py#L25

'datetime.datetime' imported but unused (F401)

Check failure on line 26 in mlonmcu/session/schedule.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/schedule.py#L26

'enum.Enum' imported but unused (F401)

Check failure on line 27 in mlonmcu/session/schedule.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/schedule.py#L27

'pathlib.Path' imported but unused (F401)

Check failure on line 29 in mlonmcu/session/schedule.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/schedule.py#L29

'typing.Optional' imported but unused (F401)

Check failure on line 31 in mlonmcu/session/schedule.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/schedule.py#L31

'tqdm.tqdm' imported but unused (F401)

Check failure on line 35 in mlonmcu/session/schedule.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/schedule.py#L35

'mlonmcu.report.Report' imported but unused (F401)

Check failure on line 36 in mlonmcu/session/schedule.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/schedule.py#L36

'mlonmcu.config.filter_config' imported but unused (F401)

Check failure on line 24 in mlonmcu/session/session.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/session.py#L24

'multiprocessing' imported but unused (F401)

Check failure on line 28 in mlonmcu/session/session.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/session.py#L28

'concurrent.futures' imported but unused (F401)

Check failure on line 30 in mlonmcu/session/session.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/session.py#L30

'tqdm.tqdm' imported but unused (F401)

Check failure on line 37 in mlonmcu/session/session.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/session.py#L37

'.postprocess.postprocess.SessionPostprocess' imported but unused (F401)

Check failure on line 39 in mlonmcu/session/session.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/session.py#L39

'.progress.init_progress' imported but unused (F401)

Check failure on line 39 in mlonmcu/session/session.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/session.py#L39

'.progress.update_progress' imported but unused (F401)

Check failure on line 39 in mlonmcu/session/session.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/session.py#L39

'.progress.close_progress' imported but unused (F401)