Skip to content

Commit 5dc9591

Browse files
alexfiklinducer
authored andcommitted
fix: remove noqa for E501
1 parent c696a67 commit 5dc9591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyopencl/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1935,7 +1935,7 @@ def reshape(self, *shape, **kwargs):
19351935
# {{{ determine reshaped strides
19361936

19371937
# copied and translated from
1938-
# https://github.com/numpy/numpy/blob/4083883228d61a3b571dec640185b5a5d983bf59/numpy/core/src/multiarray/shape.c # noqa: E501
1938+
# https://github.com/numpy/numpy/blob/4083883228d61a3b571dec640185b5a5d983bf59/numpy/core/src/multiarray/shape.c
19391939

19401940
newdims = shape
19411941
newnd = len(newdims)

0 commit comments

Comments
 (0)