Skip to content

Commit

Permalink
stickler update
Browse files Browse the repository at this point in the history
  • Loading branch information
Trygve Aspenes committed Dec 4, 2018
1 parent 27ebff5 commit a5cc1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/readers/nc_goes.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def __init__(self, filename, filename_info, filetype_info, geo_data=None):
ncols=self.ncols)
self._meta = None
self.geo_data = geo_data if geo_data is not None else self.nc

@abstractmethod
def get_dataset(self, key, info):
"""Load dataset designated by the given key from file"""
Expand Down

0 comments on commit a5cc1d4

Please sign in to comment.