Skip to content

Commit 2aaa8a5

Browse files
author
kristoferm94
committed
removing unneccesary import
1 parent 883a84a commit 2aaa8a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ repos:
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/psf/black
12-
rev: 20.8b1
12+
rev: 22.3.0
1313
hooks:
1414
- id: black

nipype/algorithms/icc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
import os
33
import numpy as np
4-
from numpy import ones, kron, mean, eye, hstack, dot, tile
4+
from numpy import ones, kron, mean, eye, hstack, tile
55
from numpy.linalg import pinv
66
import nibabel as nb
77
from ..interfaces.base import (

0 commit comments

Comments
 (0)