pbrod/numdifftools

View on GitHub
src/numdifftools/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage

Unable to import 'pytest'
Open

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

Used when pylint has been unable to import a module.

Import outside toplevel (pytest)
Open

    import pytest
Severity: Info
Found in src/numdifftools/__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.

Missing module docstring
Open

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

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

There are no issues that match your filters.

Category
Status