Skip to content

Commit

Permalink
undo invalid black formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-kumar committed Oct 24, 2024
1 parent 8403df3 commit ca05e9e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions geoips/plugins/modules/readers/sfc_winds_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@
source_names = ["sar-spd", "smap-spd", "smos-spd", "amsr2"]


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 one of SAR, SMAP, SMOS, AMSR derived winds from text data.
Parameters
Expand Down

0 comments on commit ca05e9e

Please sign in to comment.