pbrod/Nvector

View on GitHub
src/nvector/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage

Unable to import 'pytest'
Open

    import pytest
Severity: Critical
Found in src/nvector/__init__.py by pylint

Used when pylint has been unable to import a module.

Missing module docstring
Open

from __future__ import absolute_import
Severity: Info
Found in src/nvector/__init__.py by pylint

Used when a module has no docstring. Empty modules do not require a docstring.

Import outside toplevel (pytest)
Open

    import pytest
Severity: Info
Found in src/nvector/__init__.py by pylint

Used when an import statement is used anywhere other than the module toplevel. Move this import to the top of the file.

There are no issues that match your filters.

Category
Status