Skip to content

Commit

Permalink
STY: flake8
Browse files Browse the repository at this point in the history
Flake8 correction for hanging indent.
  • Loading branch information
aburrell committed Oct 9, 2020
1 parent dcf32ef commit d9f3247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pysatMadrigal/instruments/methods/madrigal.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ def load(fnames, tag=None, inst_id=None, xarray_coords=[], file_format='hdf5'):
raise ValueError(''.join(['all provided data ',
'variables [',
'{:}] are '.format(
xarray_coords[xcoords]),
xarray_coords[
xcoords]),
'unknown, use only: ',
'{:}'.format(
data.columns)]))
Expand Down

0 comments on commit d9f3247

Please sign in to comment.