Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
deeplycloudy committed Jul 16, 2017
1 parent a241015 commit fe541dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/conventions.py
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ def decode_cf_variable(var, concat_characters=True, mask_and_scale=True,
RuntimeWarning, stacklevel=3)
scale_factor = pop_to(attributes, encoding, 'scale_factor')
add_offset = pop_to(attributes, encoding, 'add_offset')
has_fill = (fill_value is not None and
has_fill = (fill_value is not None and
not np.any(pd.isnull(fill_value)))
if (has_fill or scale_factor is not None or add_offset is not None):
if fill_value.dtype.kind in ['U', 'S']:
Expand Down

0 comments on commit fe541dd

Please sign in to comment.