Skip to content

Commit fa1fa0f

Browse files
committed
We don't need this in __init__
1 parent c960303 commit fa1fa0f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dist: clean ## builds source and wheel package
8787
install: clean ## install the package to the active Python's site-packages
8888
python setup.py install
8989

90-
docker: docker
90+
docker:
9191
docker build --rm -t nipreps/dmriprep:latest \
9292
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
9393
--build-arg VCS_REF=`git rev-parse --short HEAD` \

dmriprep/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
__copyright__,
66
__credits__,
77
__packagename__,
8-
__ga_id__
98
)
109

1110

0 commit comments

Comments
 (0)