Skip to content

Commit f07ad41

Browse files
authored
Update photometry.py
E275 fixes (3)
1 parent 31be506 commit f07ad41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skypy/utils/photometry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def mag_ab(wavelength, spectrum, filters, *, redshift=None, coefficients=None,
131131
u = u.reshape(u.shape + (1,)*(nd_s+nd_f))
132132
m = np.ascontiguousarray(m[n])
133133
m += u*dm[n]
134-
del(dm, n, u)
134+
del (dm, n, u)
135135

136136
# combine spectra if asked to
137137
if coefficients is not None:

0 commit comments

Comments
 (0)