Skip to content

Commit 55872db

Browse files
committed
fix merge
1 parent d0190f8 commit 55872db

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

nipype/__init__.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@
1818
from .fixes.numpy.testing import nosetester
1919
from .refs import due
2020

21-
22-
# Use duecredit (duecredit.org) to provide a citation to relevant work to
23-
# be cited. This does nothing, unless the user has duecredit installed,
24-
# And calls this with duecredit (as in `python -m duecredit script.py`):
25-
from .due import due, Doi
26-
due.cite(Doi("10.3389/fninf.2011.00013"),
27-
description="A flexible, lightweight and extensible neuroimaging data"
28-
" processing framework in Python",
29-
tags=["nipype"],)
30-
3121
try:
3222
import faulthandler
3323
faulthandler.enable()

0 commit comments

Comments
 (0)