Skip to content

Commit

Permalink
ewsg_netcdf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-kumar committed Oct 24, 2024
1 parent 6ee6a9a commit 3588575
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions geoips/plugins/modules/readers/ewsg_netcdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,7 @@
source_names = ["gvar"]


def call(
fnames,
metadata_only=False,
chans=None,
area_def=None,
self_register=False,
):
def call(fnames, metadata_only=False, chans=None, area_def=None, self_register=False):
"""Read EWS-G data in netcdf4 format.
Parameters
Expand Down

0 comments on commit 3588575

Please sign in to comment.