Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 12, 2024
1 parent d1de37c commit 2121139
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion nigsp/operations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
`nigsp.operations.sdi` or `nigsp.metrisc.sdi`.
"""


# Import all operations.
from .graph import nodestrength, zerocross
from .laplacian import (
Expand Down
1 change: 1 addition & 0 deletions nigsp/references.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""References to be imported and injected throughout the package."""

from nigsp.due import Doi

PRETI_2019 = Doi("10.1038/s41467-019-12765-7")
Expand Down

0 comments on commit 2121139

Please sign in to comment.