Skip to content

Remove unused code

Remove unused code #41

Triggered via pull request December 8, 2023 14:09
Status Failure
Total duration 25s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: pyop3/__init__.py#L10
E402 module level import not at top of file
lint: pyop3/__init__.py#L11
E402 module level import not at top of file
lint: pyop3/__init__.py#L12
E402 module level import not at top of file
lint: pyop3/__init__.py#L13
E402 module level import not at top of file
lint: pyop3/__init__.py#L14
E402 module level import not at top of file
lint: pyop3/__init__.py#L15
E402 module level import not at top of file
lint: pyop3/__init__.py#L26
E402 module level import not at top of file
lint: pyop3/__init__.py#L40
E402 module level import not at top of file
lint: pyop3/array/harray.py#L261
E501 line too long (91 > 88 characters)
lint: pyop3/array/petsc.py#L97
E501 line too long (100 > 88 characters)
lint: pyop3/__init__.py#L10
F401 'pyop3.transforms' imported but unused
lint: pyop3/__init__.py#L11
F401 'pyop3.array.Array' imported but unused
lint: pyop3/__init__.py#L11
F401 'pyop3.array.HierarchicalArray' imported but unused
lint: pyop3/__init__.py#L11
F401 'pyop3.array.MultiArray' imported but unused
lint: pyop3/__init__.py#L11
F401 'pyop3.array.PetscMat' imported but unused
lint: pyop3/array/harray.py#L5
F401 'itertools' imported but unused
lint: pyop3/array/harray.py#L6
F401 'numbers' imported but unused
lint: pyop3/array/harray.py#L7
F401 'operator' imported but unused
lint: pyop3/array/harray.py#L9
F401 'threading' imported but unused
lint: pyop3/array/harray.py#L11
F401 'typing.Any' imported but unused